knitr::opts_chunk$set(echo = TRUE)
knitr::opts_knit$set(root.dir = "~/SOD_DADS_microbiome")
library(phyloseq); packageVersion("phyloseq")
## [1] '1.46.0'
library(ggplot2); packageVersion("ggplot2")
## [1] '3.5.1'
library(readr); packageVersion("readr")
## [1] '2.1.5'
library(purrr); packageVersion("purrr")
## [1] '1.0.2'
library(furrr); packageVersion("furrr")
## Loading required package: future
## [1] '0.3.1'
library(dplyr); packageVersion("dplyr")
##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
## [1] '1.1.4'
library(stringr); packageVersion("stringr")
## [1] '1.5.1'
library(metacoder); packageVersion("metacoder")
## This is metacoder version 0.3.7 (stable)
##
## Attaching package: 'metacoder'
## The following object is masked from 'package:ggplot2':
##
## map_data
## The following object is masked from 'package:phyloseq':
##
## filter_taxa
## [1] '0.3.7'
library(data.table); packageVersion("data.table")
##
## Attaching package: 'data.table'
## The following objects are masked from 'package:dplyr':
##
## between, first, last
## The following object is masked from 'package:purrr':
##
## transpose
## [1] '1.15.4'
library(Biostrings); packageVersion("Biostrings")
## Loading required package: BiocGenerics
##
## Attaching package: 'BiocGenerics'
## The following objects are masked from 'package:dplyr':
##
## combine, intersect, setdiff, union
## The following objects are masked from 'package:stats':
##
## IQR, mad, sd, var, xtabs
## The following objects are masked from 'package:base':
##
## anyDuplicated, append, as.data.frame, basename, cbind, colnames,
## dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
## grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
## order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
## rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
## union, unique, unsplit, which.max, which.min
## Loading required package: S4Vectors
## Loading required package: stats4
##
## Attaching package: 'S4Vectors'
## The following objects are masked from 'package:data.table':
##
## first, second
## The following objects are masked from 'package:dplyr':
##
## first, rename
## The following objects are masked from 'package:base':
##
## expand.grid, I, unname
## Loading required package: IRanges
##
## Attaching package: 'IRanges'
## The following object is masked from 'package:data.table':
##
## shift
## The following object is masked from 'package:metacoder':
##
## reverse
## The following objects are masked from 'package:dplyr':
##
## collapse, desc, slice
## The following object is masked from 'package:purrr':
##
## reduce
## The following object is masked from 'package:phyloseq':
##
## distance
## Loading required package: XVector
##
## Attaching package: 'XVector'
## The following object is masked from 'package:purrr':
##
## compact
## Loading required package: GenomeInfoDb
##
## Attaching package: 'Biostrings'
## The following object is masked from 'package:metacoder':
##
## complement
## The following object is masked from 'package:base':
##
## strsplit
## [1] '2.62.0'
library(vegan);packageVersion("vegan")
## Loading required package: permute
## Loading required package: lattice
## This is vegan 2.6-6.1
## [1] '2.6.6.1'
library(agricolae);packageVersion("agricolae")
## [1] '1.3.7'
library(magrittr);packageVersion("magrittr")
##
## Attaching package: 'magrittr'
## The following object is masked from 'package:purrr':
##
## set_names
## [1] '2.0.3'
library(data.table);packageVersion("data.table")
## [1] '1.15.4'
library(ggbeeswarm);packageVersion("ggbeeswarm")
## [1] '0.7.2'
library(DESeq2);packageVersion("DESeq2")
## Loading required package: GenomicRanges
## Loading required package: SummarizedExperiment
## Loading required package: MatrixGenerics
## Loading required package: matrixStats
##
## Attaching package: 'matrixStats'
## The following object is masked from 'package:dplyr':
##
## count
##
## Attaching package: 'MatrixGenerics'
## The following objects are masked from 'package:matrixStats':
##
## colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
## colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
## colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
## colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
## colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
## colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
## colWeightedMeans, colWeightedMedians, colWeightedSds,
## colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
## rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
## rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
## rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
## rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
## rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
## rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
## rowWeightedSds, rowWeightedVars
## Loading required package: Biobase
## Welcome to Bioconductor
##
## Vignettes contain introductory material; view with
## 'browseVignettes()'. To cite Bioconductor, see
## 'citation("Biobase")', and for packages 'citation("pkgname")'.
##
## Attaching package: 'Biobase'
## The following object is masked from 'package:MatrixGenerics':
##
## rowMedians
## The following objects are masked from 'package:matrixStats':
##
## anyMissing, rowMedians
## The following object is masked from 'package:phyloseq':
##
## sampleNames
## [1] '1.34.0'
library(cowplot);packageVersion("cowplot")
## [1] '1.1.3'
theme_set(theme_cowplot())
library(doParallel);packageVersion("doParallel")
## Loading required package: foreach
##
## Attaching package: 'foreach'
## The following objects are masked from 'package:purrr':
##
## accumulate, when
## Loading required package: iterators
## Loading required package: parallel
## [1] '1.0.17'
library(viridis);packageVersion("viridis")
## Loading required package: viridisLite
## [1] '0.6.5'
load("Data/16S/filtered_data/dadsexp.RData")
load("Data/16S/filtered_data/dads_5asv.RData")
r16Sdata <- dads_5asv.ps %>%
tax_glom(taxrank = "Species") %>% # agglomerate at Genus level
transform_sample_counts(function(x) {x/sum(x)} ) %>% # Transform to rel. abundance
psmelt() %>% # Melt to long format
#filter(Abundance > 0.02) %>% # Filter out low abundance taxa
arrange(desc(Abundance))
# Sort data frame alphabetically by phylum
# Plot
abund_plot <- ggplot(r16Sdata, aes(x = Sample, y = Abundance, fill = Species)) +
geom_bar(stat = "identity", position = "stack", color = "black", size = 0.2) +
scale_fill_viridis_d() +
scale_color_viridis_d() +
theme_minimal() +
labs(
y = "Relative Abundance",
fill = "Species"
) +
facet_grid(~factor(Treatment), scales = "free_x") +
theme(
axis.text.x = element_text(angle = 90, hjust = 1, vjust = 0.5, size = 14),
panel.grid.major = element_blank(),
panel.grid.minor = element_blank(),
legend.position = "bottom",
legend.text = element_text(size = 14),
legend.title = element_text(size = 20), # Adjust legend title size
legend.key.size = unit(2, "lines"), # Adjust the size of the legend color key
strip.text = element_text(size = 20),
strip.background = element_blank()
) +
guides(
fill = guide_legend(
reverse = FALSE,
keywidth = 1,
keyheight = 1,
title.position = "top",
title.hjust = 3, # Center the legend title
label.theme = element_text(size = 18) # Adjust the size of the legend labels
)
)
## Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
## ℹ Please use `linewidth` instead.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.
abund_plot
ggsave("Figures/DADS/16S/relabundance_plot_treatment_relabund_species_dads.pdf", abund_plot, width = 22, height = 16)
r16Sdata <- dads_5asv.ps %>%
tax_glom(taxrank = "Genus") %>% # agglomerate at Genus level
transform_sample_counts(function(x) {x/sum(x)} ) %>% # Transform to rel. abundance
psmelt() %>% # Melt to long format
#filter(Abundance > 0.02) %>% # Filter out low abundance taxa
arrange(desc(Abundance))
# Sort data frame alphabetically by phylum
# Plot
abund_plot <- ggplot(r16Sdata, aes(x = Sample, y = Abundance, fill = Genus)) +
geom_bar(stat = "identity", position = "stack", color = "black", size = 0.2) +
scale_fill_viridis_d() +
scale_color_viridis_d() +
theme_minimal() +
labs(
y = "Relative Abundance",
fill = "Genus"
) +
facet_grid(~factor(Soil), scales = "free_x") +
theme(
axis.text.x = element_text(angle = 90, hjust = 1, vjust = 0.5, size = 14),
panel.grid.major = element_blank(),
panel.grid.minor = element_blank(),
legend.position = "bottom",
legend.text = element_text(size = 14),
legend.title = element_text(size = 20), # Adjust legend title size
legend.key.size = unit(2, "lines"), # Adjust the size of the legend color key
strip.text = element_text(size = 20),
strip.background = element_blank()
) +
guides(
fill = guide_legend(
reverse = FALSE,
keywidth = 1,
keyheight = 1,
title.position = "top",
title.hjust = 3, # Center the legend title
label.theme = element_text(size = 18) # Adjust the size of the legend labels
)
)
abund_plot
ggsave("Figures/DADS/16S/relabundance_plot_soil_relabund_genus_dads.pdf", abund_plot, width = 22, height = 16)
r16Sdata <- dads_5asv.ps %>%
tax_glom(taxrank = "Genus") %>% # agglomerate at Genus level
transform_sample_counts(function(x) {x/sum(x)} ) %>% # Transform to rel. abundance
psmelt() %>% # Melt to long format
#filter(Abundance > 0.02) %>% # Filter out low abundance taxa
arrange(desc(Abundance))
# Sort data frame alphabetically by phylum
# Plot
abund_plot <- ggplot(r16Sdata, aes(x = Sample, y = Abundance, fill = Genus)) +
geom_bar(stat = "identity", position = "stack", color = "black", size = 0.2) +
scale_fill_viridis_d() +
scale_color_viridis_d() +
theme_minimal() +
labs(
y = "Relative Abundance",
fill = "Genus"
) +
facet_grid(~factor(Incubation, labels = c("Anaerobic", "Aerobic")), scales = "free_x") +
theme(
axis.text.x = element_text(angle = 90, hjust = 1, vjust = 0.5, size = 14),
panel.grid.major = element_blank(),
panel.grid.minor = element_blank(),
legend.position = "bottom",
legend.text = element_text(size = 14),
legend.title = element_text(size = 20), # Adjust legend title size
legend.key.size = unit(2, "lines"), # Adjust the size of the legend color key
strip.text = element_text(size = 20),
strip.background = element_blank()
) +
guides(
fill = guide_legend(
reverse = FALSE,
keywidth = 1,
keyheight = 1,
title.position = "top",
title.hjust = 3, # Center the legend title
label.theme = element_text(size = 18) # Adjust the size of the legend labels
)
)
abund_plot
ggsave("Figures/DADS/16S/relabundance_plot_incubation_relabund_genus_dads.pdf", abund_plot, width = 22, height = 16)
new_names <- sapply(strsplit(dads_5asv.ps@sam_data$Sample_name16S, "-"), `[`, 1)
# Rename the Sample_name16S column
dads_5asv.ps@sam_data$Sample_name16S <- new_names
top40 <- names(sort(taxa_sums(dads_5asv.ps), decreasing=TRUE))[1:40]
ps.top40 <- transform_sample_counts(dads_5asv.ps, function(OTU) OTU/sum(OTU))
ps.top40<- tax_glom(ps.top40, taxrank = "Genus")
ps.top40 <- prune_taxa(top40, ps.top40)
pdf("Figures/DADS/16S/top40_genus_dads.pdf", width = 34, height = 20)
plot_bar(ps.top40, x="Sample_name16S", fill="Genus") + facet_wrap(~Treatment, scales="free_x")
dev.off()
## png
## 2
plot_bar(ps.top40, x="Sample_name16S", fill="Genus") + facet_wrap(~Treatment, scales="free_x")
data <-
dads_5asv.ps %>%
tax_glom("Genus") %>%
psmelt() %>%
as_tibble()
data_summed <- data %>%
filter(Abundance > 0) %>%
group_by(Kingdom, Phylum, Class, Order, Family, Genus) %>%
summarise(Abundance = sum(Abundance),
Prevalence = n_distinct(Sample)) %>%
ungroup() %>%
mutate(Total_Abundance = sum(Abundance)) %>%
mutate(Percentage = 100*(Abundance / Total_Abundance))
## `summarise()` has grouped output by 'Kingdom', 'Phylum', 'Class', 'Order',
## 'Family'. You can override using the `.groups` argument.
write.csv(data_summed, file="Results/DADS/16S/mostabundanttaxa_abundance_dads.csv",row.names = TRUE)
data_summed
## # A tibble: 309 × 10
## Kingdom Phylum Class Order Family Genus Abundance Prevalence Total_Abundance
## <chr> <chr> <chr> <chr> <chr> <chr> <dbl> <int> <dbl>
## 1 Bacteria Abdit… Abdi… Abdi… Abdit… Abdi… 595 14 319368
## 2 Bacteria Acido… Acid… Acid… Acido… Edap… 50 2 319368
## 3 Bacteria Acido… Acid… Acid… Acido… Gran… 86 4 319368
## 4 Bacteria Acido… Acid… Acid… Acido… Terr… 40 4 319368
## 5 Bacteria Acido… Acid… Acid… Korib… Cand… 957 23 319368
## 6 Bacteria Acido… Acid… Bryo… Bryob… Bryo… 8059 24 319368
## 7 Bacteria Acido… Acid… Soli… Solib… Cand… 778 17 319368
## 8 Bacteria Acido… Blas… Blas… Blast… Arid… 140 7 319368
## 9 Bacteria Acido… Blas… Blas… Blast… Blas… 273 14 319368
## 10 Bacteria Acido… Blas… Blas… Blast… JGI … 917 19 319368
## # ℹ 299 more rows
## # ℹ 1 more variable: Percentage <dbl>
data1 <-
dads_5asv.ps %>%
tax_glom("Genus") %>%
transform_sample_counts(function(x) {x/sum(x)} ) %>%
psmelt() %>%
as_tibble()
data_summed1 <- data1 %>%
filter(Abundance > 0) %>%
group_by(Treatment, Kingdom, Phylum, Class, Order, Family, Genus) %>%
summarise(Abundance = sum(Abundance),
Prevalence = n_distinct(Sample))
## `summarise()` has grouped output by 'Treatment', 'Kingdom', 'Phylum', 'Class',
## 'Order', 'Family'. You can override using the `.groups` argument.
write.csv(data_summed1, file="Results/DADS/16S/mostabundanttaxa_relativeabundance_untreatedtreated_dads.csv",row.names = TRUE)
data2 <-
dads_5asv.ps %>%
tax_glom("Genus") %>%
psmelt() %>%
as_tibble()
# Calculate percentages
data_summed2 <- data2 %>%
filter(Abundance > 0) %>%
group_by(Treatment, Kingdom, Phylum, Class, Order, Family, Genus) %>%
summarise(Abundance = sum(Abundance),
Prevalence = n_distinct(Sample))
## `summarise()` has grouped output by 'Treatment', 'Kingdom', 'Phylum', 'Class',
## 'Order', 'Family'. You can override using the `.groups` argument.
write.csv(data_summed2, file="Results/DADS/16S/mostabundanttaxa_untreatedtreated_dads.csv",row.names = TRUE)
#Prune ASVs not present in least 5 times (across one more more samples)
#dads_5asv.ps<- phyloseq::prune_taxa(taxa_sums(dads.ps) > 5, dads.ps)
sdt = data.table::data.table(as(sample_data(dads_5asv.ps), "data.frame"),
TotalReads = sample_sums(dads_5asv.ps), keep.rownames = TRUE)
min_reads<-min(sdt$TotalReads)
rarefied.ps <- rarefy_even_depth(dads_5asv.ps, sample.size = min_reads, rngseed = 100)
## `set.seed(100)` was used to initialize repeatable random subsampling.
## Please record this for your records so others can reproduce.
## Try `set.seed(100); .Random.seed` for the full vector
## ...
## 6OTUs were removed because they are no longer
## present in any sample after random subsampling
## ...
#Relative abundance
strat_rel.ps<-transform_sample_counts(dads_5asv.ps, function(x) x / sum(x))
Let’s start with t test as point of comparison with anova analysis
set.seed(1)
AD <- estimate_richness(dads.ps, measures = c("Observed", "InvSimpson", "Shannon"))
rownames(AD) <- gsub("\\X", "", rownames(AD))
# Combine richness estimates with sample metadata
AD <- cbind(AD, sample_data(dads.ps)[row.names(AD), c("Treatment", "Incubation", "Soil")])
# Convert to data.table and keep row names as a column
AD <- data.table(AD, keep.rownames = TRUE)
# Reshape the data frame
AD <- melt(AD, id.vars = c('rn', c("Treatment", "Incubation", "Soil")))
# Now conduct t-tests (assuming you have appropriate factors)
factors <- c("Treatment", "Incubation", "Soil")
# Iterate through each factor
ttest_list <- list()
# Iterate through each factor
for (factor_name in factors) {
# Initialize an empty data.table to store t-test results for each alpha diversity measure
ttest <- data.table(alpha_index = character(), pvalue = numeric())
# Iterate through each alpha diversity measure
for (alphad in c("InvSimpson", "Shannon", "Observed")) {
# Perform t-test
ttest_res <- t.test(value ~ get(factor_name), data = AD[variable == alphad], var.equal = TRUE)
# Extract p-value from t-test results and store it in the data.table
p_value <- ttest_res$p.value
ttest <- rbind(ttest, data.table(alpha_index = alphad, pvalue = p_value))
}
# Add t-test results for the current factor to the list
ttest_list[[factor_name]] <- ttest
}
# Print t-test results
for (factor_name in factors) {
cat(paste("T-Test Results for Factor:", factor_name), "\n")
print(knitr::kable(ttest_list[[factor_name]], format = "markdown"))
cat("\n")
}
## T-Test Results for Factor: Treatment
##
##
## |alpha_index | pvalue|
## |:-----------|---------:|
## |InvSimpson | 0.0000623|
## |Shannon | 0.1230962|
## |Observed | 0.0319461|
##
## T-Test Results for Factor: Incubation
##
##
## |alpha_index | pvalue|
## |:-----------|---------:|
## |InvSimpson | 0.6107820|
## |Shannon | 0.1208829|
## |Observed | 0.0588842|
##
## T-Test Results for Factor: Soil
##
##
## |alpha_index | pvalue|
## |:-----------|---------:|
## |InvSimpson | 0.3068168|
## |Shannon | 0.2731599|
## |Observed | 0.4182813|
set.seed(1)
# Initialize an empty data.table to store combined ANOVA results for all factors
anova_list <- list()
factors2 <- c("Treatment", "Incubation", "Soil")
# Initialize a vector to store factor names for which a plot has been created
plotted_factors <- character()
final_anova_table <- data.table(factor_name = character(), alpha_index = character(), pvalue = numeric(), df_between = numeric(), df_within = numeric(), ss_between = numeric(), ss_within = numeric(), ms_between = numeric(), ms_within = numeric(), F_value = numeric())
for (factor_name in factors2) {
# Initialize an empty data.table to store ANOVA results for each alpha diversity measure
anova <- data.table(factor_name = character(), alpha_index = character(), pvalue = numeric(), df_between = numeric(), df_within = numeric(), ss_between = numeric(), ss_within = numeric(), ms_between = numeric(), ms_within = numeric(), F_value = numeric())
# Iterate through each alpha diversity measure
for (alphad in c("Observed","InvSimpson", "Shannon")) {
# Perform ANOVA
anova_res <- aov(value ~ get(factor_name), data = AD[variable == alphad])
# Extract relevant statistics from ANOVA results
anova_summary <- summary(anova_res)
# Extract p-value from ANOVA results
p_value <- anova_summary[[1]]$`Pr(>F)`[1]
# Extract other statistics
df_between <- anova_summary[[1]]$"Df"[1]
df_within <- anova_summary[[1]]$"Df"[2]
ss_between <- anova_summary[[1]]$"Sum Sq"[1]
ss_within <- anova_summary[[1]]$"Sum Sq"[2]
ms_between <- anova_summary[[1]]$"Mean Sq"[1]
ms_within <- anova_summary[[1]]$"Mean Sq"[2]
F_value <- anova_summary[[1]]$"F value"[1]
# Store statistics in the data.table
anova <- rbind(anova, data.table(factor_name = factor_name, alpha_index = alphad, pvalue = p_value, df_between = df_between, df_within = df_within, ss_between = ss_between, ss_within = ss_within, ms_between = ms_between, ms_within = ms_within, F_value = F_value))
}
# Append ANOVA results for the current factor to the final table
final_anova_table <- rbind(final_anova_table, anova)
}
# Print final ANOVA table
print(knitr::kable(final_anova_table, format = "markdown"))
##
##
## |factor_name |alpha_index | pvalue| df_between| df_within| ss_between| ss_within| ms_between| ms_within| F_value|
## |:-----------|:-----------|---------:|----------:|---------:|------------:|------------:|------------:|------------:|----------:|
## |Treatment |Observed | 0.0319461| 1| 22| 1.179267e+04| 4.945267e+04| 1.179267e+04| 2247.8484848| 5.2462018|
## |Treatment |InvSimpson | 0.0000623| 1| 22| 2.098956e+03| 1.899266e+03| 2.098956e+03| 86.3302701| 24.3130887|
## |Treatment |Shannon | 0.1230962| 1| 22| 2.194640e-02| 1.877906e-01| 2.194640e-02| 0.0085359| 2.5710584|
## |Incubation |Observed | 0.0588842| 1| 22| 9.361500e+03| 5.188383e+04| 9.361500e+03| 2358.3560606| 3.9695024|
## |Incubation |InvSimpson | 0.6107820| 1| 22| 4.786866e+01| 3.950353e+03| 4.786866e+01| 179.5614910| 0.2665864|
## |Incubation |Shannon | 0.1208829| 1| 22| 2.219380e-02| 1.875432e-01| 2.219380e-02| 0.0085247| 2.6034764|
## |Soil |Observed | 0.4182813| 1| 22| 1.837500e+03| 5.940783e+04| 1.837500e+03| 2700.3560606| 0.6804658|
## |Soil |InvSimpson | 0.3068168| 1| 22| 1.894988e+02| 3.808723e+03| 1.894988e+02| 173.1237569| 1.0945858|
## |Soil |Shannon | 0.2731599| 1| 22| 1.138880e-02| 1.983482e-01| 1.138880e-02| 0.0090158| 1.2632056|
write.csv(final_anova_table, "Results/DADS/16S/final_anova_table_dads.csv", row.names = FALSE)
set.seed(1)
# Estimate alpha diversity
AD <- estimate_richness(dads.ps, measures = c("Observed", "InvSimpson", "Shannon"))
rownames(AD) <- gsub("\\X", "", rownames(AD))
# Combine richness estimates with sample metadata
AD <- cbind(AD, sample_data(dads_5asv.ps)[rownames(AD), c("Treatment", "Soil", "Incubation")])
variables <- c("Treatment", "Soil", "Incubation")
# Create an empty list to store plots
plots <- list()
# Loop through each variable and create the plot
for (variable in variables) {
p <- plot_richness(dads.ps, x = variable, measures = c("Shannon", "InvSimpson", "Observed")) +
geom_boxplot()
plots[[variable]] <- p
}
# Arrange plots in a grid
plots_arrange <- gridExtra::grid.arrange(
plots[["Treatment"]], plots[["Incubation"]], plots[["Soil"]])
nrow = length(variables)
# Add annotations to the top of each plot
plots_arrange_with_text <- cowplot::ggdraw() +
cowplot::draw_plot(plots_arrange) +
cowplot::draw_plot("Treatment", x = 0.28, y = 0.98) +
cowplot::draw_plot("fire_EP", x = 0.73, y = 0.98)
## Warning in as_grob.default(plot): Cannot convert object of class character into
## a grob.
## Warning in as_grob.default(plot): Cannot convert object of class character into
## a grob.
# Save the arranged plots
ggsave(plots_arrange_with_text, path = "Figures/DADS/16S", filename = "alpha_diversity_each_factor_dads.pdf",
width = 12, height = 16)
set.seed(1)
# Define your variables of interest
variables <- c("Treatment", "Soil", "Incubation")
measures <- c("Observed", "InvSimpson", "Shannon")
# Create an empty list to store ANOVA and Tukey's results
tukey_results <- list()
# Loop through each variable and measure
for (variable in variables) {
for (measure in measures) {
# Subset the data for the current variable and measure
data_subset <- AD[, c(variable, measure)]
# Perform ANOVA
formula <- as.formula(paste(measure, "~ ."))
anova_res <- aov(formula, data = data_subset)
# Perform Tukey's post-hoc test
tukey_result <- HSD.test(anova_res, variable)
# Store Tukey's results
print(tukey_result)
}
}
## $statistics
## MSerror Df Mean CV MSD
## 2247.848 22 420.3333 11.2795 40.14117
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Treatment 2 2.932899 0.05
##
## $means
## Observed std r se Min Max Q25 Q50 Q75
## DADS_treated 398.1667 35.38832 12 13.68652 322 458 385.75 394 415.25
## untreated 442.5000 56.95054 12 13.68652 374 578 408.75 427 452.00
##
## $comparison
## NULL
##
## $groups
## Observed groups
## untreated 442.5000 a
## DADS_treated 398.1667 b
##
## attr(,"class")
## [1] "group"
## $statistics
## MSerror Df Mean CV MSD
## 86.33027 22 95.68789 9.710119 7.866618
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Treatment 2 2.932899 0.05
##
## $means
## InvSimpson std r se Min Max Q25
## DADS_treated 105.03971 11.40754 12 2.682199 87.47479 124.45709 98.37632
## untreated 86.33608 6.52140 12 2.682199 76.05116 95.16282 80.99974
## Q50 Q75
## DADS_treated 105.28202 113.33621
## untreated 88.18398 91.18291
##
## $comparison
## NULL
##
## $groups
## InvSimpson groups
## DADS_treated 105.03971 a
## untreated 86.33608 b
##
## attr(,"class")
## [1] "group"
## $statistics
## MSerror Df Mean CV MSD
## 0.008535939 22 5.350876 1.726636 0.07822258
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Treatment 2 2.932899 0.05
##
## $means
## Shannon std r se Min Max Q25
## DADS_treated 5.320637 0.09867485 12 0.02667074 5.115258 5.470848 5.286304
## untreated 5.381116 0.08564550 12 0.02667074 5.281109 5.546889 5.318030
## Q50 Q75
## DADS_treated 5.326386 5.367298
## untreated 5.373431 5.405410
##
## $comparison
## NULL
##
## $groups
## Shannon groups
## untreated 5.381116 a
## DADS_treated 5.320637 a
##
## attr(,"class")
## [1] "group"
## $statistics
## MSerror Df Mean CV MSD
## 2700.356 22 420.3333 12.3628 43.99639
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Soil 2 2.932899 0.05
##
## $means
## Observed std r se Min Max Q25 Q50 Q75
## madras 429.0833 42.00099 12 15.00099 374 521 394.00 427 449.75
## tulelake 411.5833 60.30447 12 15.00099 322 578 392.25 404 416.75
##
## $comparison
## NULL
##
## $groups
## Observed groups
## madras 429.0833 a
## tulelake 411.5833 a
##
## attr(,"class")
## [1] "group"
## $statistics
## MSerror Df Mean CV MSD
## 173.1238 22 95.68789 13.75059 11.13999
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Soil 2 2.932899 0.05
##
## $means
## InvSimpson std r se Min Max Q25 Q50
## madras 98.49784 12.94610 12 3.798286 79.92074 124.4571 89.4868 94.73662
## tulelake 92.87795 13.36586 12 3.798286 76.05116 117.6228 81.4531 91.42537
## Q75
## madras 105.7073
## tulelake 101.2569
##
## $comparison
## NULL
##
## $groups
## InvSimpson groups
## madras 98.49784 a
## tulelake 92.87795 a
##
## attr(,"class")
## [1] "group"
## $statistics
## MSerror Df Mean CV MSD
## 0.009015827 22 5.350876 1.774508 0.08039135
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Soil 2 2.932899 0.05
##
## $means
## Shannon std r se Min Max Q25 Q50
## madras 5.372660 0.08669643 12 0.0274102 5.211780 5.523965 5.320673 5.374403
## tulelake 5.329092 0.10254454 12 0.0274102 5.115258 5.546889 5.287023 5.341014
## Q75
## madras 5.425591
## tulelake 5.371828
##
## $comparison
## NULL
##
## $groups
## Shannon groups
## madras 5.372660 a
## tulelake 5.329092 a
##
## attr(,"class")
## [1] "group"
## $statistics
## MSerror Df Mean CV MSD
## 2358.356 22 420.3333 11.55343 41.11603
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Incubation 2 2.932899 0.05
##
## $means
## Observed std r se Min Max Q25 Q50 Q75
## aerobic 440.0833 61.24089 12 14.0189 367 578 402.75 431.5 460.25
## anaerobic 400.5833 31.08481 12 14.0189 322 447 394.00 398.0 416.00
##
## $comparison
## NULL
##
## $groups
## Observed groups
## aerobic 440.0833 a
## anaerobic 400.5833 a
##
## attr(,"class")
## [1] "group"
## $statistics
## MSerror Df Mean CV MSD
## 179.5615 22 95.68789 14.00392 11.34523
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Incubation 2 2.932899 0.05
##
## $means
## InvSimpson std r se Min Max Q25 Q50
## aerobic 97.10017 13.37940 12 3.868263 78.69118 124.4571 89.22099 93.62112
## anaerobic 94.27562 13.42068 12 3.868263 76.05116 117.6228 85.94594 90.29700
## Q75
## aerobic 104.0296
## anaerobic 105.6616
##
## $comparison
## NULL
##
## $groups
## InvSimpson groups
## aerobic 97.10017 a
## anaerobic 94.27562 a
##
## attr(,"class")
## [1] "group"
## $statistics
## MSerror Df Mean CV MSD
## 0.008524692 22 5.350876 1.725498 0.07817103
##
## $parameters
## test name.t ntr StudentizedRange alpha
## Tukey Incubation 2 2.932899 0.05
##
## $means
## Shannon std r se Min Max Q25 Q50
## aerobic 5.381286 0.09966620 12 0.02665316 5.235476 5.546889 5.299690 5.362277
## anaerobic 5.320467 0.08435657 12 0.02665316 5.115258 5.400798 5.302816 5.340400
## Q75
## aerobic 5.451185
## anaerobic 5.379795
##
## $comparison
## NULL
##
## $groups
## Shannon groups
## aerobic 5.381286 a
## anaerobic 5.320467 a
##
## attr(,"class")
## [1] "group"
#I used the filtered dataset (removed low abundance counts less than 2)
set.seed(1)
mapping <- as.data.frame(sample_data(rarefied.ps))
mapping2=mapping[, c("Treatment", "Soil", "Incubation")]
ASV_tables_bray <- phyloseq::distance(rarefied.ps, method = "bray")
df_metadata <- data.frame(sample_data(rarefied.ps))
df_metadata<-df_metadata[, c("Treatment", "Soil", "Incubation")]
pvals <- sapply(colnames(mapping2), function(variable){
#Create formula for adonis()
form1<-as.formula(paste("ASV_tables_bray", variable, sep="~"))
res <- adonis2(form1, data = df_metadata, permutations = 9999)
# extract pvalue from adonis output
pval <- res$`Pr(>F)`[[1]] # we take the first p value which corresponds to the variable of interest
return(pval)
})
#Adjust p_values with fdr correction
pval_adj <- p.adjust(pvals, method = "fdr")
#Find significant variables with lower than 0.05 for their p values
save.pval.adonis0.05_braycurtis <- pval_adj[pval_adj < 0.05]
save.pval.adonis0.05_braycurtis
## Treatment
## 3e-04
print(pval_adj)
## Treatment Soil Incubation
## 0.0003 0.7382 0.7382
#I used the filtered dataset (removed low abundance counts less than 2)
set.seed(1)
mapping <- as.data.frame(sample_data(strat_rel.ps))
mapping2=mapping[, c("Treatment", "Soil", "Incubation")]
ASV_tables_bray <- phyloseq::distance(strat_rel.ps, method = "bray")
df_metadata <- data.frame(sample_data(strat_rel.ps))
df_metadata<-df_metadata[, c("Treatment", "Soil", "Incubation")]
pvals <- sapply(colnames(mapping2), function(variable){
#Create formula for adonis()
form1<-as.formula(paste("ASV_tables_bray", variable, sep="~"))
res <- adonis2(form1, data = df_metadata, permutations = 9999)
# extract pvalue from adonis output
pval <- res$`Pr(>F)`[[1]] # we take the first p value which corresponds to the variable of interest
return(pval)
})
#Adjust p_values with fdr correction
pval_adj <- p.adjust(pvals, method = "fdr")
#Find significant variables with lower than 0.05 for their p values
save.pval.adonis0.05_braycurtis <- pval_adj[pval_adj < 0.05]
save.pval.adonis0.05_braycurtis
## Treatment
## 3e-04
print(pval_adj)
## Treatment Soil Incubation
## 0.0003 0.7458 0.7458
# Perform PERMANOVA with interactions
set.seed(1)
res <- adonis2(ASV_tables_bray ~ Treatment*Incubation*Soil, data = df_metadata, permutations = 9999)
# Extract data from res
res_data <- data.frame(res)
colnames(res_data)[colnames(res_data) == "Pr..F."] <- "pr_f"
# Remove the last two rows (Residual and Total)
res_data <- res_data[-c(nrow(res_data)-1, nrow(res_data)),]
# Add FDR and Bonferroni adjusted p-values
res_data$FDR_adj_p <- p.adjust(res_data$pr_f, method = "fdr")
res_data$Bonferroni_adj_p <- p.adjust(res_data$pr_f, method = "bonferroni")
res_data$Factor <- rownames(res_data)
# Reorder columns
res_data <- res_data[, c("Factor", "Df", "SumOfSqs", "R2", "F", "pr_f", "FDR_adj_p", "Bonferroni_adj_p")]
rownames(res_data) <- NULL
# Perform beta dispersion analysis for main effects
beta_disp_results <- lapply(c("Treatment", "Incubation", "Soil"), function(variable) {
res_betadisper <- betadisper(d = ASV_tables_bray, group = df_metadata[[variable]])
perm_test_res <- permutest(res_betadisper)
pval_betadisper <- perm_test_res$tab$`Pr(>F)`[[1]]
data.frame(Factor = variable, P_Value_BetaDispersion = pval_betadisper)
})
beta_disp_results_df <- do.call(rbind, beta_disp_results)
# Merge PERMANOVA results with beta dispersion results
final_results <- merge(res_data, beta_disp_results_df, by = "Factor", all.x = TRUE)
# Reorder columns
final_results <- final_results[, c("Factor", "Df", "SumOfSqs", "R2", "F", "pr_f", "FDR_adj_p", "Bonferroni_adj_p", "P_Value_BetaDispersion")]
# Print the table
print(final_results, row.names = FALSE)
## Factor Df SumOfSqs R2 F pr_f FDR_adj_p
## Incubation 1 0.05453295 0.01362518 1.1125713 0.2260 0.2502
## Incubation:Soil 1 0.04901442 0.01224637 0.9999835 0.2408 0.2502
## Soil 1 0.06054021 0.01512611 1.2351304 0.2121 0.2502
## Treatment 1 2.89781646 0.72402622 59.1207293 0.0001 0.0007
## Treatment:Incubation 1 0.05368786 0.01341404 1.0953301 0.2259 0.2502
## Treatment:Incubation:Soil 1 0.04796767 0.01198484 0.9786278 0.2502 0.2502
## Treatment:Soil 1 0.05456066 0.01363211 1.1131368 0.2336 0.2502
## Bonferroni_adj_p P_Value_BetaDispersion
## 1e+00 0.374
## 1e+00 NA
## 1e+00 0.978
## 7e-04 0.087
## 1e+00 NA
## 1e+00 NA
## 1e+00 NA
# Save results
write.csv(final_results, file = "Results/DADS/16S/PERMANOVA_interactions_with_betadisper.csv", row.names = FALSE)
# Calculate PERMANOVA
set.seed(1)
ASV_tables_bray <- phyloseq::distance(strat_rel.ps, method = "bray")
df_metadata <- data.frame(sample_data(strat_rel.ps))
df_metadata <- df_metadata[, c("Treatment", "Soil", "Incubation")]
# Define function to perform PERMANOVA for pairwise combinations of factors
perform_permutation <- function(factor1, factor2) {
interaction <- paste(factor1, factor2, sep = " * ")
res <- adonis2(ASV_tables_bray ~ ., data = df_metadata[, c(factor1, factor2)], permutations = 9999)
return(list(interaction = interaction, p_value = res$`Pr(>F)`[[1]]))
}
# Perform pairwise comparisons between factors
significant_interactions <- sapply(names(df_metadata), function(factor1) {
sapply(names(df_metadata), function(factor2) {
if (factor1 != factor2) {
perform_permutation(factor1, factor2)
} else {
NULL
}
})
}, simplify = "array")
# Filter out NULLs and combine results
significant_interactions <- significant_interactions[!sapply(significant_interactions, is.null)]
# Print significant interactions
print(significant_interactions)
## [[1]]
## [[1]]$interaction
## [1] "Treatment * Soil"
##
## [[1]]$p_value
## [1] 1e-04
##
##
## [[2]]
## [[2]]$interaction
## [1] "Treatment * Incubation"
##
## [[2]]$p_value
## [1] 1e-04
##
##
## [[3]]
## [[3]]$interaction
## [1] "Soil * Treatment"
##
## [[3]]$p_value
## [1] 0.2176
##
##
## [[4]]
## [[4]]$interaction
## [1] "Soil * Incubation"
##
## [[4]]$p_value
## [1] 0.7219
##
##
## [[5]]
## [[5]]$interaction
## [1] "Incubation * Treatment"
##
## [[5]]$p_value
## [1] 0.2328
##
##
## [[6]]
## [[6]]$interaction
## [1] "Incubation * Soil"
##
## [[6]]$p_value
## [1] 0.7755
interactions_df <- do.call(rbind.data.frame, significant_interactions)
print(significant_interactions)
## [[1]]
## [[1]]$interaction
## [1] "Treatment * Soil"
##
## [[1]]$p_value
## [1] 1e-04
##
##
## [[2]]
## [[2]]$interaction
## [1] "Treatment * Incubation"
##
## [[2]]$p_value
## [1] 1e-04
##
##
## [[3]]
## [[3]]$interaction
## [1] "Soil * Treatment"
##
## [[3]]$p_value
## [1] 0.2176
##
##
## [[4]]
## [[4]]$interaction
## [1] "Soil * Incubation"
##
## [[4]]$p_value
## [1] 0.7219
##
##
## [[5]]
## [[5]]$interaction
## [1] "Incubation * Treatment"
##
## [[5]]$p_value
## [1] 0.2328
##
##
## [[6]]
## [[6]]$interaction
## [1] "Incubation * Soil"
##
## [[6]]$p_value
## [1] 0.7755
interactions_df <- do.call(rbind.data.frame, significant_interactions)
adjusted_p_values <- p.adjust(interactions_df$p_value, method = "fdr")
# Add adjusted p-values to the data frame
interactions_df$p_value <- adjusted_p_values
# Extract unique factors
unique_factors <- unique(unlist(strsplit(interactions_df$interaction, " \\* ")))
# Create an empty matrix to store p-values
interaction_matrix <- matrix(NA, nrow = length(unique_factors), ncol = length(unique_factors), dimnames = list(unique_factors, unique_factors))
# Fill the matrix with p-values
for (i in 1:nrow(interactions_df)) {
factors <- unlist(strsplit(interactions_df$interaction[i], " \\* "))
interaction_matrix[factors[1], factors[2]] <- interactions_df$p_value[i]
interaction_matrix[factors[2], factors[1]] <- interactions_df$p_value[i]
}
rownames(interaction_matrix) <- unique_factors
colnames(interaction_matrix) <- unique_factors
# Convert the matrix to a data frame for ggplot
interaction_df <- as.data.frame(as.table(interaction_matrix))
interaction_df <- as.data.frame(as.table(interaction_matrix))
interaction_df$color <- ifelse(is.na(interaction_df$Freq), "gray",
ifelse(interaction_df$Freq <= 0.01, "darkblue",
ifelse(interaction_df$Freq <= 0.05, "lightblue", "white")))
# Plot heatmap with continuous color scale
heatmap <- ggplot(data = interaction_df, aes(x = Var1, y = Var2, fill = color)) +
geom_tile(color = "black") + # Add border for each tile
scale_fill_manual(values = c("gray", "darkblue", "white"),
name = "P-value",
labels = c("NA", "P < 0.01", "P > 0.05"),
na.value = "gray") + # Set manual color scale and legend labels
scale_fill_identity(name = NULL) + # Use identity scale for custom colors
theme_minimal() +
theme(axis.text.x = element_text(angle = 45, hjust = 1, size = 10), # Adjust x-axis text angle and size
axis.text.y = element_text(size = 10), # Adjust y-axis text size
panel.grid = element_blank(), # Remove gridlines
panel.border = element_blank(), # Remove border around the plot
axis.line = element_blank(), # Remove axis lines
legend.position = "bottom", # Position legend at the bottom
legend.direction = "horizontal", # Horizontal legend
legend.key.size = unit(0.5, "cm"), # Adjust legend key size
legend.title = element_blank(), # Remove legend title
legend.text = element_text(size = 8)) # Adjust legend text font size
## Scale for fill is already present.
## Adding another scale for fill, which will replace the existing scale.
# Assign row and column names
heatmap <- heatmap + labs(x = NULL, y = NULL)
# Print heatmap
print(heatmap)
# Save the heatmap as a PDF file
ggsave("Figures/DADS/16S/permanova_interactions_heatmap_dads.pdf", plot = heatmap, width = 8, height = 6)
We’ll will examine outputs for rarefied data as well as data adjusted by relative abundance We’ll now make ordination plots on data for which we’ve calculated relative abundance
#Relative abundance
set.seed(1)
ps_pcoa = ordinate(strat_rel.ps,
method="PCoA",
distance="bray")
plot<- plot_ordination(strat_rel.ps,
ps_pcoa,
color= "Treatment") +
ggtitle("pcoa ordination plot - relative abundance") +
labs(color = "Factor") +
theme(axis.text=element_text(size=14), axis.title=element_text(size=14), title = element_text(size=13), legend.text = element_text(size = 18))
plot_ellipses<-plot +
stat_ellipse(type = "norm", linetype = 2) +
theme_bw()
plot_ellipses
#Export pcoa coordinates per sample
write.csv(ps_pcoa[["points"]], file="Results/DADS/16S/16S_pcoa_coordinates_persample.csv",row.names = TRUE)
res <- adonis2(ASV_tables_bray~Treatment*Incubation*Soil, data = df_metadata, permutations = 9999)
res
## Permutation test for adonis under reduced model
## Terms added sequentially (first to last)
## Permutation: free
## Number of permutations: 9999
##
## adonis2(formula = ASV_tables_bray ~ Treatment * Incubation * Soil, data = df_metadata, permutations = 9999)
## Df SumOfSqs R2 F Pr(>F)
## Treatment 1 2.8978 0.72403 59.1207 0.0001 ***
## Incubation 1 0.0545 0.01363 1.1126 0.2260
## Soil 1 0.0605 0.01513 1.2351 0.2121
## Treatment:Incubation 1 0.0537 0.01341 1.0953 0.2259
## Treatment:Soil 1 0.0546 0.01363 1.1131 0.2336
## Incubation:Soil 1 0.0490 0.01225 1.0000 0.2408
## Treatment:Incubation:Soil 1 0.0480 0.01198 0.9786 0.2502
## Residual 16 0.7842 0.19595
## Total 23 4.0024 1.00000
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
pval=res$`Pr(>F)`[2]
pval_adj <- p.adjust(pval, method = "fdr")
print(pval_adj)
## [1] 0.226
Now, we’ll look at ordination plot (rel abundance dataset), with incubation factor
#Relative abundance
set.seed(1)
ps_pcoa = ordinate(strat_rel.ps,
method="PCoA",
distance="bray")
plot<- plot_ordination(strat_rel.ps,
ps_pcoa,
labs(color = "Factor"),
color= "Incubation") +
ggtitle("pcoa ordination plot - relative abundance") +
theme(axis.text=element_text(size=14), axis.title=element_text(size=14), title = element_text(size=13), legend.text = element_text(size = 18))
## Warning in plot_ordination(strat_rel.ps, ps_pcoa, labs(color = "Factor"), : type argument not supported. `type` set to 'samples'.
## See `plot_ordination('list')`
plot_ellipses<-plot +
stat_ellipse(type = "norm", linetype = 2) +
theme_bw()
plot_ellipses
Now, we’ll look at ordination plot rel abundance-with Soil factor
#Relative abundance
set.seed(1)
ps_pcoa = ordinate(strat_rel.ps,
method="PCoA",
distance="bray")
plot<- plot_ordination(strat_rel.ps,
ps_pcoa,
labs(color = "Factor"),
color= "Soil") +
ggtitle("pcoa ordination plot - relative abundance") +
theme(axis.text=element_text(size=14), axis.title=element_text(size=14), title = element_text(size=13), legend.text = element_text(size = 18))
## Warning in plot_ordination(strat_rel.ps, ps_pcoa, labs(color = "Factor"), : type argument not supported. `type` set to 'samples'.
## See `plot_ordination('list')`
plot_ellipses<-plot +
stat_ellipse(type = "norm", linetype = 2) +
theme_bw()
plot_ellipses
sample.data.table <- function(ps) {
as(sample_data(ps), "data.frame") %>%
as.data.table(keep.rownames = "Sample") %>%
setkey(Sample) %>%
return()
}
asv.data.table <- function(ps) {
if (taxa_are_rows(ps)) {
otu.mat <- t(as(otu_table(ps), "matrix"))
} else {
otu.mat <- as(otu_table(ps), "matrix")
}
return(as.data.table(otu.mat, keep.rownames = "Sample") %>% setkey(Sample))
}
cat.n <- function(x) cat(x, sep = "\n")
dads.data <- sample.data.table(dads_5asv.ps)
dads.asvs <- asv.data.table(dads_5asv.ps)
dads.asv.ids <- taxa_names(dads_5asv.ps)
dads.dt <- dads.data[dads.asvs]
#Let's adjust treatment factor so order is in line with metacoder outputs
dads_5asv.ps@sam_data$Treatment <- factor(dads_5asv.ps@sam_data$Treatment,
levels = c("DADS_treated","untreated"))
set.seed(1)
wilcox.tests <- lapply(dads.asv.ids, function(asv) {
frm <- paste(asv, "~ Treatment") # this combined with the as.formula() function below makes it possible to generate formulas in R programmatically
return(
wilcox.test(as.formula(frm), data = dads.dt)
)
})
## Warning in wilcox.test.default(x = c(290L, 251L, 219L, 169L, 266L, 248L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 18L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 31L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 0L, 0L, 0L, 0L, 0L, 86L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(541L, 518L, 446L, 463L, 476L, 336L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(468L, 374L, 415L, 406L, 480L, 417L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 72L, 48L, 49L, 75L, 50L, 87L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(287L, 282L, 296L, 257L, 217L, 297L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(112L, 127L, 128L, 101L, 86L, 134L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(164L, 164L, 134L, 148L, 112L, 125L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 27L, 23L, 28L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(184L, 246L, 197L, 198L, 213L, 179L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 97L, 90L, 144L, 103L, 113L, 79L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(101L, 119L, 122L, 104L, 82L, 108L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 19L, 0L, 0L, 39L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(110L, 149L, 125L, 127L, 99L, 108L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 16L, 15L, 13L, 16L, 12L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 36L, 0L, 0L, 51L, 55L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 0L, 27L, 0L, 30L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(314L, 295L, 353L, 268L, 324L, 249L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(47L, 53L, 56L, 51L, 40L, 52L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(144L, 0L, 114L, 0L, 77L, 91L, 124L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 46L, 35L, 42L, 33L, 42L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 32L, 45L, 0L, 52L, 0L, 109L, 83L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 54L, 0L, 66L, 67L, 49L, 70L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 68L, 54L, 59L, 33L, 44L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(59L, 66L, 47L, 42L, 49L, 50L, 108L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(193L, 181L, 166L, 155L, 154L, 135L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(227L, 297L, 335L, 249L, 237L, 165L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(71L, 113L, 110L, 122L, 64L, 105L, 138L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 32L, 0L, 23L, 43L, 31L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(138L, 99L, 150L, 189L, 154L, 128L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(100L, 98L, 116L, 92L, 96L, 95L, 121L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(190L, 161L, 162L, 180L, 186L, 143L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(58L, 61L, 50L, 66L, 56L, 73L, 92L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 117L, 0L, 73L, 84L, 101L, 109L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 18L, 15L, 19L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(98L, 129L, 135L, 146L, 155L, 105L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(204L, 186L, 197L, 131L, 173L, 156L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(123L, 128L, 121L, 98L, 131L, 77L, 182L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 60L, 40L, 56L, 49L, 48L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 65L, 31L, 52L, 61L, 50L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(74L, 80L, 79L, 45L, 72L, 71L, 126L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(98L, 145L, 82L, 100L, 88L, 70L, 124L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 5L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 6L, 13L, 9L, 13L, 9L, 19L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(88L, 105L, 77L, 84L, 83L, 74L, 94L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(142L, 134L, 161L, 131L, 111L, 143L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(122L, 181L, 197L, 117L, 183L, 130L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(91L, 167L, 110L, 146L, 147L, 116L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(136L, 153L, 81L, 88L, 156L, 91L, 202L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(69L, 74L, 86L, 73L, 65L, 60L, 87L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(74L, 62L, 0L, 54L, 0L, 0L, 116L, 64L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 54L, 33L, 46L, 54L, 44L, 62L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(77L, 122L, 104L, 134L, 175L, 174L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 32L, 26L, 0L, 31L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 104L, 79L, 61L, 75L, 90L, 109L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 43L, 43L, 33L, 34L, 54L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 46L, 69L, 34L, 39L, 36L, 66L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 17L, 0L, 0L, 12L, 0L, 35L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(151L, 138L, 143L, 143L, 160L, 150L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(108L, 102L, 124L, 103L, 74L, 104L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 33L, 0L, 31L, 43L, 38L, 59L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(194L, 202L, 87L, 130L, 126L, 96L, 218L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 37L, 22L, 0L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 33L, 0L, 71L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(146L, 180L, 140L, 114L, 143L, 102L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(149L, 175L, 128L, 155L, 153L, 104L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(128L, 138L, 177L, 107L, 137L, 139L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 48L, 28L, 50L, 41L, 34L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(82L, 76L, 70L, 0L, 130L, 67L, 115L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(54L, 72L, 54L, 58L, 75L, 50L, 85L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 0L, 0L, 0L, 14L, 51L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 21L, 20L, 18L, 14L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(98L, 145L, 108L, 95L, 164L, 142L, 124L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 102L, 89L, 59L, 78L, 59L, 135L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(112L, 126L, 136L, 74L, 130L, 82L, 154L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(111L, 150L, 100L, 112L, 130L, 143L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 142L, 156L, 109L, 101L, 114L, 147L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(122L, 101L, 158L, 95L, 107L, 94L, 171L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(79L, 117L, 108L, 105L, 0L, 70L, 158L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(114L, 134L, 84L, 131L, 101L, 79L, 177L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 75L, 49L, 89L, 79L, 63L, 70L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 58L, 60L, 0L, 70L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 35L, 52L, 0L, 0L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(124L, 116L, 130L, 110L, 117L, 70L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 37L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 65L, 48L, 33L, 43L, 23L, 97L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 20L, 40L, 27L, 32L, 48L, 55L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(116L, 149L, 83L, 77L, 105L, 90L, 182L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 110L, 128L, 107L, 134L, 83L, 78L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(81L, 94L, 64L, 124L, 92L, 93L, 83L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 39L, 35L, 0L, 36L, 34L, 41L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 79L, 39L, 66L, 74L, 56L, 76L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 42L, 0L, 0L, 0L, 34L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(73L, 55L, 50L, 0L, 57L, 74L, 72L, 62L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 86L, 81L, 77L, 70L, 81L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 55L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(75L, 93L, 93L, 78L, 116L, 111L, 79L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(95L, 100L, 113L, 95L, 73L, 77L, 124L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 0L, 36L, 64L, 39L, 0L, 47L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 0L, 0L, 18L, 35L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 28L, 32L, 24L, 33L, 32L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 42L, 33L, 25L, 0L, 27L, 50L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(79L, 73L, 85L, 64L, 90L, 68L, 107L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(77L, 64L, 73L, 56L, 57L, 82L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 39L, 36L, 29L, 35L, 55L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 37L, 51L, 29L, 31L, 32L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 18L, 23L, 0L, 22L, 0L, 20L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(72L, 89L, 50L, 0L, 0L, 0L, 115L, 92L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 101L, 75L, 64L, 58L, 107L, 94L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 51L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 66L, 86L, 62L, 75L, 66L, 120L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 63L, 84L, 69L, 64L, 67L, 111L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 40L, 54L, 17L, 50L, 30L, 84L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 64L, 0L, 67L, 0L, 95L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(56L, 0L, 98L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 43L, 45L, 38L, 56L, 37L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(54L, 37L, 39L, 54L, 70L, 62L, 79L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 62L, 0L, 33L, 31L, 35L, 49L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(87L, 54L, 0L, 26L, 50L, 53L, 67L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(69L, 0L, 0L, 0L, 0L, 0L, 0L, 49L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 198L, 0L, 0L, 120L, 91L, 105L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 61L, 75L, 0L, 72L, 74L, 73L, 94L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 39L, 46L, 45L, 0L, 40L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 61L, 54L, 82L, 70L, 38L, 89L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 36L, 28L, 30L, 44L, 24L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(60L, 74L, 53L, 50L, 39L, 29L, 100L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(82L, 87L, 65L, 53L, 53L, 0L, 119L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 52L, 73L, 61L, 55L, 45L, 83L, 62L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 46L, 73L, 42L, 74L, 0L, 71L, 58L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(61L, 0L, 71L, 67L, 59L, 46L, 63L, 76L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 23L, 23L, 44L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(71L, 56L, 71L, 59L, 69L, 0L, 72L, 57L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 42L, 65L, 67L, 55L, 56L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 55L, 50L, 60L, 31L, 56L, 74L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(60L, 56L, 43L, 45L, 57L, 55L, 65L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 44L, 54L, 42L, 42L, 65L, 74L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 42L, 0L, 57L, 48L, 0L, 60L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 0L, 0L, 24L, 32L, 29L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 27L, 0L, 23L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(136L, 0L, 0L, 0L, 76L, 71L, 80L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 0L, 36L, 0L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(81L, 0L, 46L, 0L, 0L, 0L, 80L, 72L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 44L, 49L, 0L, 0L, 0L, 70L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 48L, 58L, 50L, 62L, 69L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 35L, 54L, 52L, 47L, 55L, 57L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 34L, 29L, 32L, 0L, 26L, 51L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 75L, 60L, 36L, 45L, 0L, 84L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 49L, 37L, 39L, 47L, 43L, 68L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(53L, 47L, 59L, 48L, 53L, 40L, 85L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 0L, 70L, 53L, 88L, 69L, 99L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 70L, 0L, 98L, 0L, 47L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(53L, 39L, 48L, 54L, 0L, 0L, 155L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(52L, 61L, 47L, 43L, 40L, 41L, 68L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(170L, 40L, 0L, 0L, 157L, 0L, 122L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(91L, 38L, 69L, 0L, 30L, 34L, 56L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 46L, 50L, 46L, 37L, 49L, 82L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 15L, 21L, 0L, 17L, 20L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 48L, 0L, 47L, 41L, 0L, 52L, 63L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 54L, 56L, 63L, 56L, 61L, 66L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 45L, 57L, 41L, 36L, 39L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 37L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 49L, 30L, 70L, 54L, 75L, 46L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(97L, 0L, 99L, 0L, 75L, 77L, 0L, 78L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 59L, 41L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 43L, 0L, 0L, 0L, 45L, 52L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 36L, 28L, 21L, 24L, 23L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 33L, 29L, 37L, 34L, 46L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 59L, 77L, 69L, 0L, 0L, 0L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 47L, 41L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 18L, 37L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 46L, 51L, 32L, 32L, 31L, 64L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 52L, 71L, 0L, 41L, 45L, 78L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 16L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(61L, 47L, 56L, 60L, 44L, 58L, 65L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(43L, 30L, 47L, 36L, 36L, 48L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 41L, 33L, 33L, 32L, 20L, 58L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 13L, 15L, 0L, 50L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 14L, 32L, 34L, 25L, 22L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 9L, 13L, 0L, 9L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 67L, 0L, 0L, 0L, 0L, 67L, 76L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 30L, 36L, 40L, 35L, 27L, 63L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 23L, 14L, 20L, 0L, 22L, 29L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 41L, 48L, 0L, 0L, 0L, 73L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 22L, 0L, 0L, 30L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 29L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 27L, 0L, 14L, 21L, 0L, 18L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 27L, 32L, 0L, 29L, 0L, 0L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 36L, 34L, 48L, 35L, 0L, 48L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 67L, 90L, 68L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 21L, 0L, 0L, 18L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 41L, 0L, 48L, 0L, 0L, 80L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 21L, 20L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 40L, 52L, 0L, 44L, 0L, 72L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 60L, 54L, 50L, 0L, 0L, 70L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(70L, 62L, 0L, 69L, 73L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 22L, 0L, 19L, 15L, 22L, 20L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 41L, 0L, 0L, 76L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 16L, 11L, 20L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 85L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 34L, 28L, 18L, 16L, 0L, 18L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 27L, 42L, 45L, 36L, 0L, 45L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 26L, 42L, 40L, 30L, 35L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 0L, 21L, 0L, 44L, 25L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 33L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 55L, 47L, 0L, 36L, 50L, 66L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 20L, 30L, 18L, 19L, 14L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 32L, 0L, 21L, 0L, 18L, 59L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(66L, 42L, 52L, 32L, 0L, 36L, 42L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 42L, 41L, 31L, 39L, 17L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 39L, 0L, 0L, 0L, 58L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 40L, 29L, 24L, 24L, 21L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(50L, 0L, 0L, 0L, 47L, 37L, 79L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 38L, 26L, 41L, 31L, 32L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 0L, 37L, 59L, 30L, 33L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 58L, 0L, 0L, 52L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 44L, 36L, 28L, 44L, 0L, 53L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 0L, 67L, 0L, 0L, 62L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 37L, 27L, 27L, 29L, 28L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 33L, 37L, 44L, 27L, 41L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 46L, 38L, 54L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 43L, 36L, 42L, 37L, 43L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 85L, 82L, 0L, 63L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 38L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 55L, 27L, 21L, 39L, 32L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 16L, 25L, 27L, 25L, 45L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 26L, 20L, 31L, 28L, 17L, 31L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 31L, 20L, 17L, 32L, 16L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 31L, 27L, 32L, 0L, 28L, 44L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 15L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 24L, 39L, 26L, 37L, 21L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 33L, 41L, 27L, 0L, 45L, 0L, 52L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 15L, 8L, 5L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 28L, 26L, 16L, 25L, 24L, 60L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 24L, 23L, 0L, 29L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 46L, 0L, 100L, 51L, 46L, 3L, 81L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 24L, 0L, 0L, 0L, 0L, 42L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 26L, 38L, 19L, 33L, 25L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 39L, 33L, 15L, 0L, 0L, 44L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 57L, 37L, 0L, 49L, 0L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 13L, 0L, 44L, 47L, 56L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 23L, 0L, 0L, 15L, 21L, 45L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(47L, 0L, 32L, 0L, 0L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 24L, 41L, 28L, 0L, 21L, 43L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 0L, 44L, 0L, 46L, 71L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 53L, 0L, 34L, 0L, 32L, 46L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 48L, 53L, 0L, 45L, 52L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 36L, 0L, 29L, 22L, 32L, 39L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 42L, 0L, 26L, 21L, 0L, 41L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 23L, 44L, 36L, 48L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 10L, 0L, 13L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 29L, 0L, 0L, 26L, 25L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(75L, 61L, 0L, 74L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 43L, 34L, 30L, 20L, 46L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 47L, 26L, 29L, 29L, 51L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 21L, 27L, 27L, 0L, 35L, 23L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 24L, 0L, 32L, 18L, 0L, 49L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 136L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 30L, 27L, 44L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 36L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 0L, 58L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 26L, 35L, 37L, 0L, 0L, 30L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 19L, 26L, 15L, 14L, 0L, 45L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 29L, 0L, 27L, 32L, 21L, 31L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 73L, 0L, 34L, 34L, 63L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 18L, 18L, 18L, 17L, 20L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 75L, 0L, 0L, 0L, 60L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 29L, 17L, 27L, 25L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 47L, 0L, 26L, 0L, 29L, 33L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 22L, 0L, 42L, 29L, 29L, 38L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 33L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 33L, 34L, 0L, 0L, 55L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 37L, 0L, 0L, 0L, 0L, 0L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 69L, 61L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 38L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 12L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(32L, 25L, 19L, 35L, 0L, 21L, 23L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 30L, 17L, 39L, 32L, 33L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 0L, 0L, 0L, 0L, 54L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 103L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 36L, 37L, 30L, 31L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 20L, 22L, 24L, 0L, 17L, 57L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 34L, 0L, 0L, 56L, 0L, 49L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 23L, 24L, 25L, 25L, 25L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 39L, 27L, 14L, 0L, 28L, 0L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 23L, 26L, 21L, 0L, 50L, 51L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 21L, 9L, 13L, 17L, 50L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 10L, 3L, 0L, 0L, 7L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 41L, 0L, 45L, 0L, 39L, 53L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 0L, 55L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 42L, 0L, 28L, 34L, 27L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 15L, 27L, 26L, 13L, 29L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 46L, 52L, 0L, 45L, 0L, 0L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(64L, 0L, 38L, 0L, 0L, 0L, 47L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 37L, 0L, 23L, 35L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 38L, 21L, 20L, 11L, 25L, 19L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 46L, 0L, 46L, 71L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 45L, 0L, 43L, 0L, 0L, 57L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 35L, 0L, 0L, 30L, 0L, 31L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 22L, 27L, 24L, 17L, 23L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 27L, 22L, 0L, 20L, 13L, 49L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 26L, 0L, 0L, 21L, 0L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 0L, 0L, 0L, 0L, 59L, 25L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 19L, 21L, 0L, 33L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 22L, 0L, 23L, 31L, 36L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 25L, 0L, 0L, 29L, 19L, 30L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 22L, 0L, 0L, 29L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 39L, 24L, 29L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 19L, 16L, 22L, 21L, 0L, 20L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 27L, 41L, 0L, 29L, 34L, 44L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 16L, 0L, 29L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 8L, 0L, 9L, 0L, 15L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 0L, 15L, 32L, 34L, 27L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 24L, 0L, 0L, 23L, 21L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 65L, 0L, 0L, 62L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(66L, 0L, 0L, 0L, 29L, 0L, 51L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 19L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 54L, 0L, 44L, 0L, 0L, 62L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 24L, 13L, 23L, 0L, 20L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 30L, 30L, 21L, 0L, 23L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 13L, 0L, 23L, 14L, 12L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 26L, 0L, 0L, 44L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 27L, 39L, 0L, 36L, 0L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(41L, 0L, 45L, 0L, 18L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 0L, 8L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 29L, 0L, 31L, 0L, 30L, 44L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 40L, 60L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 49L, 0L, 52L, 0L, 0L, 70L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 15L, 0L, 0L, 32L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 44L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 27L, 25L, 18L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 39L, 39L, 0L, 57L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 0L, 24L, 35L, 20L, 31L, 31L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(47L, 0L, 0L, 0L, 0L, 0L, 0L, 49L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 14L, 24L, 21L, 0L, 28L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 29L, 0L, 0L, 0L, 16L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 48L, 26L, 0L, 0L, 42L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 39L, 0L, 53L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 28L, 42L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 13L, 0L, 0L, 13L, 0L, 38L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 39L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 47L, 0L, 0L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 0L, 0L, 0L, 0L, 0L, 44L, 47L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 21L, 12L, 16L, 0L, 27L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 47L, 0L, 25L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 0L, 0L, 0L, 0L, 86L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 39L, 35L, 0L, 22L, 28L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 19L, 20L, 0L, 18L, 10L, 10L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 50L, 0L, 0L, 0L, 48L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 73L, 0L, 0L, 56L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 50L, 52L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 22L, 15L, 13L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 13L, 12L, 14L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 34L, 28L, 39L, 14L, 0L, 26L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 25L, 0L, 0L, 24L, 29L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 14L, 14L, 17L, 12L, 18L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 2L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 4L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 20L, 22L, 0L, 20L, 24L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 30L, 0L, 0L, 0L, 39L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 0L, 0L, 29L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 30L, 18L, 17L, 15L, 12L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 22L, 23L, 0L, 12L, 12L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 39L, 0L, 30L, 0L, 51L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 0L, 48L, 0L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(41L, 0L, 0L, 0L, 28L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 0L, 0L, 0L, 0L, 36L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 42L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 31L, 0L, 0L, 44L, 25L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 16L, 0L, 27L, 18L, 20L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 57L, 15L, 0L, 0L, 0L, 41L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 19L, 0L, 0L, 0L, 11L, 10L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 12L, 10L, 9L, 12L, 12L, 10L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 36L, 0L, 0L, 0L, 19L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 25L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 30L, 0L, 35L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 6L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 59L, 31L, 0L, 0L, 0L, 63L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 20L, 0L, 21L, 0L, 16L, 22L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 17L, 16L, 0L, 0L, 0L, 27L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 34L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 57L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 48L, 0L, 0L, 45L, 0L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 63L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 35L, 32L, 0L, 0L, 0L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 13L, 0L, 14L, 18L, 15L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 59L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 33L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 51L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 8L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 32L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 38L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 19L, 19L, 17L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 99L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 16L, 0L, 18L, 0L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 49L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 22L, 17L, 10L, 21L, 21L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 9L, 0L, 17L, 17L, 19L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 14L, 12L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 21L, 24L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 39L, 0L, 0L, 0L, 39L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 7L, 11L, 14L, 5L, 4L, 18L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 17L, 13L, 12L, 0L, 20L, 16L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 68L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 12L, 0L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 25L, 12L, 0L, 0L, 0L, 22L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(104L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 20L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 66L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 29L, 0L, 0L, 0L, 0L, 32L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 45L, 37L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 63L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 23L, 0L, 29L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 14L, 10L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 0L, 34L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 0L, 37L, 0L, 0L, 40L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 35L, 0L, 0L, 0L, 0L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 31L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 64L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(61L, 0L, 0L, 0L, 0L, 0L, 0L, 56L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 28L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 14L, 30L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 11L, 0L, 14L, 9L, 10L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 33L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 21L, 31L, 35L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 19L, 20L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 11L, 0L, 0L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 15L, 0L, 0L, 14L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 22L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 42L, 0L, 68L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 31L, 43L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 31L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 21L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 34L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 40L, 0L, 0L, 32L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(1L, 46L, 36L, 0L, 0L, 0L, 1L, 1L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 18L, 18L, 27L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 14L, 0L, 24L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 19L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 38L, 0L, 0L, 0L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 49L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 17L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 8L, 0L, 22L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 23L, 0L, 0L, 0L, 26L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 27L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 8L, 0L, 13L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 41L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 0L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 17L, 0L, 0L, 0L, 0L, 13L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 3L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 31L, 0L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 23L, 20L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 12L, 0L, 0L, 0L, 15L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 12L, 21L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 49L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 13L, 0L, 9L, 7L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 46L, 0L, 0L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 6L, 0L, 16L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 15L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 20L, 0L, 0L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 9L, 13L, 0L, 15L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 11L, 0L, 15L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 13L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 47L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 12L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 21L, 0L, 0L, 45L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 5L, 0L, 0L, 0L, 10L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 46L, 32L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 12L, 0L, 0L, 13L, 0L, 17L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 12L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 45L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 0L, 0L, 0L, 27L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 22L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 35L, 0L, 0L, 0L, 0L, 38L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 21L, 19L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 31L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(3L, 0L, 0L, 0L, 0L, 9L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 19L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 0L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 20L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 0L, 14L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 5L, 5L, 10L, 0L, 14L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 19L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 27L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 47L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 34L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 11L, 12L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 13L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 69L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 24L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 17L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 34L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 6L, 0L, 0L, 10L, 16L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 66L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 12L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 25L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 0L, 0L, 0L, 21L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 32L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 11L, 31L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 30L, 32L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 10L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 11L, 10L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 11L, 0L, 19L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 11L, 0L, 16L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 10L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 37L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 17L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 15L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 31L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 27L, 0L, 0L, 0L, 30L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 7L, 0L, 0L, 8L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 11L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 16L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 55L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(3L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 8L, 15L, 5L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 19L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 12L, 0L, 12L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 54L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 14L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 3L, 2L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 27L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 12L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 49L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 16L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 7L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 8L, 13L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 48L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 16L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 11L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 12L, 0L, 10L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 24L, 0L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 43L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 40L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 27L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 23L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, 4L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 8L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 13L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 38L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 38L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 27L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 3L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 8L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 36L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 4L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 17L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 33L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 31L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 31L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 31L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(4L, 0L, 0L, 0L, 0L, 0L, 5L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 6L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 8L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 29L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 3L, 0L, 0L, 4L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 9L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 4L, 0L, 5L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(4L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 4L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 9L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 8L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 21L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 3L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 5L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(4L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 2L, 0L, 3L, 0L, 6L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 2L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 5L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 6L, 0L, 0L, 4L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 4L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 2L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 5L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 2L, 3L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 5L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 2L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 3L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 3L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 2L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
dads.raw.pvals <- sapply(wilcox.tests, function(mod) {return(mod$p.value)})
dads.fdr.pvals <- p.adjust(dads.raw.pvals, method = "fdr")
paste("Significant associations:", length(dads.fdr.pvals[dads.fdr.pvals <= 0.05])) %>%
cat.n()
## Significant associations: 466
dads.raw.pvals <- sapply(wilcox.tests, function(mod) mod$p.value)
dads.fdr.pvals <- p.adjust(dads.raw.pvals, method = "fdr")
# Create data table of significant results
dads.wilcox.dt <- data.table(
ASV = dads.asv.ids,
P_Value = dads.raw.pvals,
Adjusted_P_Value = dads.fdr.pvals
)
dads.wilcox.dt <- dads.wilcox.dt[order(Adjusted_P_Value)]
# Filter rows where Adjusted_P_Value < 0.05
dads.wilcox.dt <- dads.wilcox.dt[Adjusted_P_Value < 0.05]
# Optionally, merge taxonomic information if available
tax_table <- as.data.frame(tax_table(dads_5asv.ps))
tax_table$ASV_id <- rownames(tax_table)
dads.wilcox.dt <- merge(dads.wilcox.dt, tax_table, by.x = "ASV", by.y = "ASV_id", all.x = TRUE)
# Export to CSV
write.csv(dads.wilcox.dt, file = "Results/DADS/16S/wilcox_treat_vs_untreat_dads.csv", row.names = FALSE)
set.seed(1)
dads.deseq <- phyloseq_to_deseq2(dads_5asv.ps, ~ Treatment) # this function does all the heavy lifting for us to turn a phyloseq object into a DESeq2 object
## converting counts to integer mode
#This was required so DESEQ doesn't error out (there are several approaches, but the deseq developer recommended this most recently, if going from phyloseq to deseq option)
dads.dds <- estimateSizeFactors(dads.deseq, type = 'poscounts')
dads.dds = DESeq(dads.dds)
## using pre-existing size factors
## estimating dispersions
## gene-wise dispersion estimates
## mean-dispersion relationship
## final dispersion estimates
## fitting model and testing
## -- replacing outliers and refitting for 708 genes
## -- DESeq argument 'minReplicatesForReplace' = 7
## -- original counts are preserved in counts(dds)
## estimating dispersions
## fitting model and testing
dads.res.dt <- results(dads.dds) %>% as.data.table(keep.rownames = "ASV")
## Warning in .local(x, row.names, optional, ...): Arguments in '...' ignored
dads.sig.dt <- dads.res.dt[padj <= 0.05]
dads.sig.dt = cbind(as(dads.sig.dt, "data.frame"), as(tax_table(dads_5asv.ps)[dads.sig.dt$ASV, ], "matrix"))
dads.sig.dt <- dads.sig.dt %>%
mutate(across(everything(), ~ifelse(is.na(.), "Unclassified", .)))
write.csv(dads.sig.dt, file="Results/DADS/16S/deseq_trt_dads.csv",row.names = TRUE)
# Now, let's create the plot
deseqplot2 <- ggplot(dads.sig.dt, aes(y = reorder(ASV, log2FoldChange), x = log2FoldChange, fill = Phylum)) +
geom_vline(xintercept = 0.0, color = "gray", size = 0.5, linetype = "dashed") +
geom_bar(stat = "identity", position = "dodge", width = 0.8) +
scale_fill_viridis(discrete = TRUE, option = "D") + # Color-blind friendly palette
#scale_x_continuous(breaks = pretty_breaks(n = 10)) + # Prettier x-axis breaks
labs(x = "Log2 Fold Change",
y = "ASV",
title = "Differential Abundance Analysis: Treatment")
theme_minimal() +
theme(
axis.text.y = element_text(size = 8),
axis.title = element_text(face = "bold"),
legend.position = "right",
legend.title = element_text(face = "bold"),
plot.title = element_text(size = 16, face = "bold"),
plot.subtitle = element_text(size = 12),
panel.grid.major.y = element_blank(),
panel.grid.minor = element_blank()
)
## List of 136
## $ line :List of 6
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ lineend : chr "butt"
## ..$ arrow : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_line" "element"
## $ rect :List of 5
## ..$ fill : chr "white"
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_rect" "element"
## $ text :List of 11
## ..$ family : chr ""
## ..$ face : chr "plain"
## ..$ colour : chr "black"
## ..$ size : num 11
## ..$ hjust : num 0.5
## ..$ vjust : num 0.5
## ..$ angle : num 0
## ..$ lineheight : num 0.9
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ title : NULL
## $ aspect.ratio : NULL
## $ axis.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.75points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.75points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.bottom : NULL
## $ axis.title.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num 90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.75points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.y.left : NULL
## $ axis.title.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num -90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.75points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : chr "grey30"
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.2points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.2points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.bottom : NULL
## $ axis.text.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : num 8
## ..$ hjust : num 1
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.y.left : NULL
## $ axis.text.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.theta : NULL
## $ axis.text.r :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0.5
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.ticks : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.ticks.x : NULL
## $ axis.ticks.x.top : NULL
## $ axis.ticks.x.bottom : NULL
## $ axis.ticks.y : NULL
## $ axis.ticks.y.left : NULL
## $ axis.ticks.y.right : NULL
## $ axis.ticks.theta : NULL
## $ axis.ticks.r : NULL
## $ axis.minor.ticks.x.top : NULL
## $ axis.minor.ticks.x.bottom : NULL
## $ axis.minor.ticks.y.left : NULL
## $ axis.minor.ticks.y.right : NULL
## $ axis.minor.ticks.theta : NULL
## $ axis.minor.ticks.r : NULL
## $ axis.ticks.length : 'simpleUnit' num 2.75points
## ..- attr(*, "unit")= int 8
## $ axis.ticks.length.x : NULL
## $ axis.ticks.length.x.top : NULL
## $ axis.ticks.length.x.bottom : NULL
## $ axis.ticks.length.y : NULL
## $ axis.ticks.length.y.left : NULL
## $ axis.ticks.length.y.right : NULL
## $ axis.ticks.length.theta : NULL
## $ axis.ticks.length.r : NULL
## $ axis.minor.ticks.length : 'rel' num 0.75
## $ axis.minor.ticks.length.x : NULL
## $ axis.minor.ticks.length.x.top : NULL
## $ axis.minor.ticks.length.x.bottom: NULL
## $ axis.minor.ticks.length.y : NULL
## $ axis.minor.ticks.length.y.left : NULL
## $ axis.minor.ticks.length.y.right : NULL
## $ axis.minor.ticks.length.theta : NULL
## $ axis.minor.ticks.length.r : NULL
## $ axis.line : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.line.x : NULL
## $ axis.line.x.top : NULL
## $ axis.line.x.bottom : NULL
## $ axis.line.y : NULL
## $ axis.line.y.left : NULL
## $ axis.line.y.right : NULL
## $ axis.line.theta : NULL
## $ axis.line.r : NULL
## $ legend.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.margin : 'margin' num [1:4] 5.5points 5.5points 5.5points 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## $ legend.spacing.x : NULL
## $ legend.spacing.y : NULL
## $ legend.key : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.key.size : 'simpleUnit' num 1.2lines
## ..- attr(*, "unit")= int 3
## $ legend.key.height : NULL
## $ legend.key.width : NULL
## $ legend.key.spacing : 'simpleUnit' num 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.key.spacing.x : NULL
## $ legend.key.spacing.y : NULL
## $ legend.frame : NULL
## $ legend.ticks : NULL
## $ legend.ticks.length : 'rel' num 0.2
## $ legend.axis.line : NULL
## $ legend.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.text.position : NULL
## $ legend.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.title.position : NULL
## $ legend.position : chr "right"
## $ legend.position.inside : NULL
## $ legend.direction : NULL
## $ legend.byrow : NULL
## $ legend.justification : chr "center"
## $ legend.justification.top : NULL
## $ legend.justification.bottom : NULL
## $ legend.justification.left : NULL
## $ legend.justification.right : NULL
## $ legend.justification.inside : NULL
## $ legend.location : NULL
## $ legend.box : NULL
## $ legend.box.just : NULL
## $ legend.box.margin : 'margin' num [1:4] 0cm 0cm 0cm 0cm
## ..- attr(*, "unit")= int 1
## $ legend.box.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.box.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## [list output truncated]
## - attr(*, "class")= chr [1:2] "theme" "gg"
## - attr(*, "complete")= logi TRUE
## - attr(*, "validate")= logi TRUE
# Save the plot
ggsave("Figures/DADS/16S/Deseq_treatment_barplot_dads_ASV.pdf", deseqplot2, width=40, height=40)
# Display the plot
print(deseqplot2)
set.seed(1)
# Merge the tables based on ASV
merged_table <- inner_join(dads.sig.dt, dads.wilcox.dt, by = "ASV")
# Select and rename columns in one step
final_table <- merged_table %>%
mutate(
deseq_pvalue = pvalue,
deseq_padj = padj,
wilcox_pvalue = P_Value,
wilcox_padj = Adjusted_P_Value,
Kingdom = Kingdom.x,
Phylum = Phylum.x,
Class = Class.x,
Order = Order.x,
Family = Family.x,
Genus = Genus.x,
Species = Species.x
) %>%
select(
ASV, log2FoldChange, deseq_pvalue, deseq_padj, wilcox_pvalue, wilcox_padj,
Kingdom, Phylum, Class, Order, Family, Genus, Species
)
# Save the final table as CSV
write.csv(final_table, "Results/DADS/16S/merged_deseq_trt_wilcoxon_results.csv", row.names = FALSE)
print(paste("Number of ASVs in the final table:", nrow(final_table)))
## [1] "Number of ASVs in the final table: 429"
merged_plot <- ggplot(final_table, aes(y = reorder(ASV, log2FoldChange), x = log2FoldChange, fill = Genus)) +
geom_vline(xintercept = 0.0, color = "gray", size = 0.5, linetype = "dashed") +
geom_bar(stat = "identity", position = "dodge", width = 0.8) +
scale_fill_viridis(discrete = TRUE, option = "D") + # Color-blind friendly palette
#scale_x_continuous(breaks = pretty_breaks(n = 10)) + # Prettier x-axis breaks
labs(x = "Log2 Fold Change",
y = "ASV",
title = "Merged DESEQ2 and Wilcoxon Rank Sum Analyses-Treatment")
theme_minimal() +
theme(
axis.text.y = element_text(size = 8),
axis.title = element_text(face = "bold"),
legend.position = "right",
legend.title = element_text(face = "bold"),
plot.title = element_text(size = 16, face = "bold"),
plot.subtitle = element_text(size = 12),
panel.grid.major.y = element_blank(),
panel.grid.minor = element_blank()
)
## List of 136
## $ line :List of 6
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ lineend : chr "butt"
## ..$ arrow : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_line" "element"
## $ rect :List of 5
## ..$ fill : chr "white"
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_rect" "element"
## $ text :List of 11
## ..$ family : chr ""
## ..$ face : chr "plain"
## ..$ colour : chr "black"
## ..$ size : num 11
## ..$ hjust : num 0.5
## ..$ vjust : num 0.5
## ..$ angle : num 0
## ..$ lineheight : num 0.9
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ title : NULL
## $ aspect.ratio : NULL
## $ axis.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.75points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.75points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.bottom : NULL
## $ axis.title.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num 90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.75points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.y.left : NULL
## $ axis.title.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num -90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.75points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : chr "grey30"
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.2points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.2points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.bottom : NULL
## $ axis.text.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : num 8
## ..$ hjust : num 1
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.y.left : NULL
## $ axis.text.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.theta : NULL
## $ axis.text.r :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0.5
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.ticks : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.ticks.x : NULL
## $ axis.ticks.x.top : NULL
## $ axis.ticks.x.bottom : NULL
## $ axis.ticks.y : NULL
## $ axis.ticks.y.left : NULL
## $ axis.ticks.y.right : NULL
## $ axis.ticks.theta : NULL
## $ axis.ticks.r : NULL
## $ axis.minor.ticks.x.top : NULL
## $ axis.minor.ticks.x.bottom : NULL
## $ axis.minor.ticks.y.left : NULL
## $ axis.minor.ticks.y.right : NULL
## $ axis.minor.ticks.theta : NULL
## $ axis.minor.ticks.r : NULL
## $ axis.ticks.length : 'simpleUnit' num 2.75points
## ..- attr(*, "unit")= int 8
## $ axis.ticks.length.x : NULL
## $ axis.ticks.length.x.top : NULL
## $ axis.ticks.length.x.bottom : NULL
## $ axis.ticks.length.y : NULL
## $ axis.ticks.length.y.left : NULL
## $ axis.ticks.length.y.right : NULL
## $ axis.ticks.length.theta : NULL
## $ axis.ticks.length.r : NULL
## $ axis.minor.ticks.length : 'rel' num 0.75
## $ axis.minor.ticks.length.x : NULL
## $ axis.minor.ticks.length.x.top : NULL
## $ axis.minor.ticks.length.x.bottom: NULL
## $ axis.minor.ticks.length.y : NULL
## $ axis.minor.ticks.length.y.left : NULL
## $ axis.minor.ticks.length.y.right : NULL
## $ axis.minor.ticks.length.theta : NULL
## $ axis.minor.ticks.length.r : NULL
## $ axis.line : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.line.x : NULL
## $ axis.line.x.top : NULL
## $ axis.line.x.bottom : NULL
## $ axis.line.y : NULL
## $ axis.line.y.left : NULL
## $ axis.line.y.right : NULL
## $ axis.line.theta : NULL
## $ axis.line.r : NULL
## $ legend.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.margin : 'margin' num [1:4] 5.5points 5.5points 5.5points 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## $ legend.spacing.x : NULL
## $ legend.spacing.y : NULL
## $ legend.key : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.key.size : 'simpleUnit' num 1.2lines
## ..- attr(*, "unit")= int 3
## $ legend.key.height : NULL
## $ legend.key.width : NULL
## $ legend.key.spacing : 'simpleUnit' num 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.key.spacing.x : NULL
## $ legend.key.spacing.y : NULL
## $ legend.frame : NULL
## $ legend.ticks : NULL
## $ legend.ticks.length : 'rel' num 0.2
## $ legend.axis.line : NULL
## $ legend.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.text.position : NULL
## $ legend.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.title.position : NULL
## $ legend.position : chr "right"
## $ legend.position.inside : NULL
## $ legend.direction : NULL
## $ legend.byrow : NULL
## $ legend.justification : chr "center"
## $ legend.justification.top : NULL
## $ legend.justification.bottom : NULL
## $ legend.justification.left : NULL
## $ legend.justification.right : NULL
## $ legend.justification.inside : NULL
## $ legend.location : NULL
## $ legend.box : NULL
## $ legend.box.just : NULL
## $ legend.box.margin : 'margin' num [1:4] 0cm 0cm 0cm 0cm
## ..- attr(*, "unit")= int 1
## $ legend.box.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.box.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## [list output truncated]
## - attr(*, "class")= chr [1:2] "theme" "gg"
## - attr(*, "complete")= logi TRUE
## - attr(*, "validate")= logi TRUE
# Save the plot
ggsave("Figures/DADS/16S/Deseq_merged_trt_barplot_dads_ASV.pdf", merged_plot, height=30, width=40)
# Display the plot
print(merged_plot)
set.seed(1)
wilcox.tests <- lapply(dads.asv.ids, function(asv) {
frm <- paste(asv, "~ Soil") # this combined with the as.formula() function below makes it possible to generate formulas in R programmatically
return(
wilcox.test(as.formula(frm), data = dads.dt)
)
})
## Warning in wilcox.test.default(x = c(290L, 251L, 219L, 0L, 0L, 0L, 227L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 42L, 54L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 18L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 31L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 0L, 0L, 0L, 0L, 0L, 86L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(541L, 518L, 446L, 201L, 193L, 256L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(468L, 374L, 415L, 0L, 37L, 0L, 582L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 72L, 48L, 41L, 39L, 0L, 87L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(287L, 282L, 296L, 139L, 104L, 144L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(112L, 127L, 128L, 279L, 405L, 231L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(164L, 164L, 134L, 376L, 462L, 426L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 26L, 28L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(184L, 246L, 197L, 240L, 304L, 284L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 54L, 34L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 97L, 90L, 76L, 58L, 86L, 79L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 16L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 59L, 40L, 39L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(101L, 119L, 122L, 25L, 46L, 45L, 154L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 39L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(110L, 149L, 125L, 54L, 73L, 76L, 193L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 16L, 0L, 0L, 0L, 12L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 36L, 31L, 23L, 45L, 55L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 388L, 354L, 381L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 0L, 27L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(314L, 295L, 353L, 0L, 0L, 0L, 423L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(47L, 53L, 56L, 248L, 185L, 281L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(144L, 0L, 114L, 200L, 178L, 103L, 124L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 46L, 35L, 36L, 51L, 43L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 32L, 45L, 0L, 0L, 0L, 109L, 83L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 54L, 0L, 0L, 30L, 38L, 70L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 68L, 54L, 0L, 0L, 43L, 67L, 83L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(59L, 66L, 47L, 0L, 0L, 0L, 108L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(193L, 181L, 166L, 86L, 95L, 147L, 264L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(227L, 297L, 335L, 0L, 0L, 0L, 344L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(71L, 113L, 110L, 148L, 137L, 145L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 32L, 0L, 0L, 0L, 31L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(138L, 99L, 150L, 103L, 106L, 89L, 186L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(100L, 98L, 116L, 145L, 152L, 95L, 121L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(190L, 161L, 162L, 0L, 115L, 84L, 196L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(58L, 61L, 50L, 0L, 0L, 0L, 92L, 74L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 117L, 0L, 22L, 0L, 0L, 109L, 82L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 18L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(98L, 129L, 135L, 60L, 50L, 89L, 165L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(204L, 186L, 197L, 0L, 0L, 0L, 270L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 218L, 221L, 200L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(123L, 128L, 121L, 0L, 0L, 7L, 182L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 60L, 40L, 128L, 146L, 112L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 65L, 31L, 0L, 0L, 45L, 44L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 30L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(74L, 80L, 79L, 0L, 0L, 0L, 126L, 79L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(98L, 145L, 82L, 0L, 0L, 0L, 124L, 89L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 212L, 186L, 200L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 265L, 191L, 167L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 6L, 13L, 214L, 170L, 186L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(88L, 105L, 77L, 0L, 0L, 0L, 94L, 110L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(142L, 134L, 161L, 69L, 45L, 48L, 163L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(122L, 181L, 197L, 0L, 0L, 0L, 254L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(91L, 167L, 110L, 0L, 0L, 0L, 169L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(136L, 153L, 81L, 21L, 0L, 42L, 202L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(69L, 74L, 86L, 0L, 0L, 0L, 87L, 80L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(74L, 62L, 0L, 0L, 0L, 0L, 116L, 64L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 54L, 33L, 0L, 0L, 0L, 62L, 58L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(77L, 122L, 104L, 0L, 0L, 0L, 150L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 32L, 0L, 0L, 0L, 0L, 0L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 104L, 79L, 49L, 118L, 113L, 109L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 43L, 43L, 146L, 170L, 163L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 46L, 69L, 22L, 26L, 0L, 66L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 17L, 0L, 0L, 0L, 0L, 35L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(151L, 138L, 143L, 0L, 0L, 0L, 160L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(108L, 102L, 124L, 0L, 0L, 0L, 160L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 148L, 196L, 172L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 33L, 0L, 0L, 0L, 0L, 59L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(194L, 202L, 87L, 0L, 0L, 0L, 218L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 30L, 26L, 28L, 0L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 71L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(146L, 180L, 140L, 0L, 0L, 0L, 208L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(149L, 175L, 128L, 0L, 0L, 0L, 158L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 135L, 124L, 157L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(128L, 138L, 177L, 0L, 0L, 0L, 152L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 48L, 28L, 0L, 0L, 0L, 42L, 52L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(82L, 76L, 70L, 62L, 100L, 0L, 115L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(54L, 72L, 54L, 47L, 0L, 0L, 85L, 87L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 0L, 0L, 0L, 0L, 51L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 89L, 81L, 62L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 92L, 132L, 118L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 114L, 100L, 74L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 21L, 0L, 0L, 0L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(98L, 145L, 108L, 0L, 0L, 0L, 124L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 102L, 89L, 0L, 0L, 0L, 135L, 117L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 49L, 56L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(112L, 126L, 136L, 0L, 0L, 0L, 154L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(111L, 150L, 100L, 0L, 0L, 0L, 128L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 142L, 156L, 0L, 0L, 0L, 147L, 110L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(122L, 101L, 158L, 0L, 0L, 0L, 171L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(79L, 117L, 108L, 0L, 0L, 0L, 158L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(114L, 134L, 84L, 0L, 0L, 0L, 177L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 75L, 49L, 0L, 0L, 0L, 70L, 177L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 58L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 89L, 54L, 96L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 71L, 39L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 0L, 0L, 116L, 87L, 100L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(124L, 116L, 130L, 0L, 0L, 0L, 115L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 65L, 48L, 0L, 0L, 0L, 97L, 55L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 20L, 40L, 45L, 47L, 0L, 55L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(116L, 149L, 83L, 0L, 0L, 0L, 182L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 110L, 128L, 0L, 0L, 0L, 78L, 113L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(81L, 94L, 64L, 0L, 42L, 55L, 83L, 61L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 39L, 35L, 78L, 73L, 71L, 41L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 79L, 39L, 23L, 33L, 38L, 76L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 42L, 0L, 0L, 0L, 34L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(73L, 55L, 50L, 41L, 20L, 62L, 72L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 78L, 152L, 100L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 86L, 81L, 26L, 13L, 21L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 84L, 106L, 57L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 90L, 119L, 93L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 55L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 148L, 125L, 170L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(75L, 93L, 93L, 0L, 0L, 0L, 79L, 108L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 105L, 109L, 87L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(95L, 100L, 113L, 0L, 0L, 0L, 124L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 0L, 36L, 0L, 0L, 0L, 47L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 9L, 0L, 0L, 35L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 28L, 32L, 45L, 35L, 67L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 42L, 33L, 0L, 0L, 0L, 50L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 91L, 132L, 103L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(79L, 73L, 85L, 0L, 0L, 0L, 107L, 72L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 67L, 69L, 72L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(77L, 64L, 73L, 0L, 0L, 0L, 77L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 108L, 99L, 90L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 39L, 36L, 31L, 28L, 42L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 95L, 65L, 79L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 35L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 37L, 51L, 0L, 0L, 0L, 35L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 18L, 23L, 85L, 38L, 61L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(72L, 89L, 50L, 0L, 33L, 0L, 115L, 92L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 92L, 94L, 80L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 101L, 75L, 0L, 0L, 0L, 94L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 34L, 56L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 66L, 86L, 0L, 0L, 0L, 120L, 86L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 82L, 81L, 62L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 63L, 84L, 0L, 0L, 0L, 111L, 84L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 40L, 54L, 0L, 0L, 0L, 84L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 64L, 58L, 0L, 33L, 95L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 38L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(56L, 0L, 98L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 43L, 45L, 23L, 36L, 31L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(54L, 37L, 39L, 0L, 0L, 0L, 79L, 65L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 62L, 0L, 0L, 49L, 0L, 49L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 98L, 87L, 109L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 58L, 68L, 67L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 99L, 82L, 75L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(87L, 54L, 0L, 0L, 0L, 55L, 67L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 99L, 62L, 37L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(69L, 0L, 0L, 0L, 0L, 0L, 0L, 49L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 69L, 85L, 73L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 55L, 103L, 64L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 198L, 0L, 0L, 0L, 0L, 105L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 61L, 75L, 0L, 0L, 51L, 73L, 94L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 39L, 0L, 0L, 0L, 40L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 61L, 54L, 4L, 0L, 11L, 89L, 68L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 49L, 46L, 44L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 58L, 73L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 36L, 28L, 25L, 27L, 33L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 71L, 43L, 72L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(60L, 74L, 53L, 0L, 0L, 0L, 100L, 61L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(82L, 87L, 65L, 0L, 0L, 0L, 119L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 52L, 73L, 0L, 0L, 0L, 83L, 62L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 46L, 73L, 0L, 0L, 0L, 71L, 58L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 27L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(61L, 0L, 71L, 0L, 0L, 0L, 63L, 76L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 54L, 48L, 72L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 33L, 57L, 63L, 44L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(71L, 56L, 71L, 0L, 0L, 0L, 72L, 57L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 42L, 65L, 0L, 0L, 0L, 56L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 55L, 50L, 0L, 0L, 0L, 74L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 78L, 43L, 57L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 85L, 65L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 40L, 56L, 98L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(60L, 56L, 43L, 0L, 0L, 0L, 65L, 52L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 44L, 54L, 0L, 0L, 0L, 74L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 42L, 0L, 0L, 11L, 0L, 60L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 0L, 0L, 38L, 40L, 29L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 68L, 55L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 23L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 65L, 71L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 75L, 77L, 65L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 76L, 82L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(136L, 0L, 0L, 0L, 0L, 0L, 80L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 0L, 33L, 0L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(81L, 0L, 46L, 0L, 0L, 0L, 80L, 72L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 122L, 97L, 92L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 44L, 49L, 0L, 79L, 0L, 70L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 48L, 58L, 0L, 0L, 0L, 36L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 40L, 52L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 35L, 54L, 0L, 0L, 0L, 57L, 73L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 173L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 55L, 51L, 45L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 34L, 29L, 0L, 0L, 0L, 51L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 75L, 60L, 0L, 0L, 0L, 84L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 69L, 56L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 49L, 37L, 0L, 0L, 0L, 68L, 47L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 47L, 59L, 65L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(53L, 47L, 59L, 0L, 0L, 0L, 85L, 74L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 0L, 70L, 0L, 0L, 0L, 99L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 84L, 99L, 0L, 98L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(53L, 39L, 48L, 0L, 0L, 0L, 155L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(52L, 61L, 47L, 0L, 0L, 0L, 68L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(170L, 40L, 0L, 0L, 0L, 0L, 122L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(91L, 38L, 69L, 0L, 0L, 0L, 56L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 46L, 50L, 0L, 0L, 0L, 82L, 55L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 58L, 67L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 15L, 21L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 32L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 48L, 0L, 0L, 37L, 0L, 52L, 63L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 54L, 56L, 0L, 0L, 0L, 66L, 52L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 33L, 0L, 58L, 0L, 79L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 45L, 49L, 54L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 45L, 57L, 0L, 0L, 0L, 77L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 0L, 11L, 37L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 49L, 30L, 0L, 0L, 0L, 46L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(97L, 0L, 99L, 0L, 0L, 0L, 0L, 78L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 59L, 41L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 43L, 0L, 0L, 0L, 0L, 52L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 53L, 39L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 36L, 28L, 12L, 25L, 0L, 26L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 33L, 29L, 0L, 0L, 0L, 34L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 59L, 77L, 0L, 0L, 0L, 0L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 44L, 41L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 47L, 41L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 37L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 46L, 51L, 0L, 8L, 0L, 64L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 52L, 71L, 0L, 0L, 0L, 78L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 16L, 28L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(61L, 47L, 56L, 0L, 0L, 0L, 65L, 64L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 66L, 33L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(43L, 30L, 47L, 0L, 0L, 10L, 50L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 41L, 33L, 0L, 0L, 0L, 58L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 50L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 63L, 0L, 28L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 14L, 32L, 0L, 0L, 0L, 54L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 34L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 67L, 0L, 0L, 64L, 0L, 67L, 76L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 62L, 37L, 55L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 41L, 65L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 40L, 56L, 44L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 30L, 36L, 0L, 0L, 0L, 63L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 23L, 14L, 0L, 0L, 0L, 29L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 41L, 48L, 0L, 0L, 0L, 73L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 29L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 27L, 0L, 29L, 0L, 30L, 18L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 27L, 32L, 33L, 0L, 32L, 0L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 36L, 34L, 0L, 0L, 0L, 48L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 67L, 90L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 21L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 45L, 39L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 49L, 42L, 34L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 48L, 50L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 41L, 0L, 0L, 0L, 0L, 80L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 30L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 40L, 52L, 0L, 0L, 0L, 72L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 60L, 54L, 0L, 0L, 0L, 70L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 36L, 35L, 37L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 55L, 28L, 53L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(70L, 62L, 0L, 0L, 0L, 0L, 0L, 0L, 69L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 22L, 0L, 0L, 0L, 0L, 20L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 46L, 0L, 76L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 12L, 12L, 15L, 20L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 34L, 28L, 24L, 0L, 26L, 18L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 27L, 42L, 0L, 0L, 0L, 45L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 26L, 42L, 0L, 0L, 0L, 32L, 53L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 0L, 0L, 0L, 6L, 25L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 88L, 78L, 98L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 61L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 34L, 31L, 49L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 36L, 44L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 55L, 47L, 0L, 0L, 0L, 66L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 20L, 30L, 0L, 17L, 21L, 16L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 35L, 37L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 36L, 44L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 32L, 0L, 0L, 0L, 0L, 59L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(66L, 42L, 52L, 0L, 0L, 0L, 42L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 42L, 41L, 0L, 0L, 0L, 67L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 38L, 34L, 31L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 39L, 0L, 0L, 0L, 58L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 40L, 29L, 0L, 0L, 0L, 56L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(50L, 0L, 0L, 0L, 0L, 0L, 79L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 49L, 0L, 33L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 38L, 26L, 0L, 0L, 0L, 43L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 34L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 0L, 0L, 0L, 0L, 33L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 52L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 44L, 36L, 0L, 0L, 0L, 53L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 34L, 43L, 31L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 0L, 67L, 0L, 0L, 0L, 0L, 0L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 37L, 27L, 0L, 0L, 0L, 54L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 33L, 27L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 33L, 37L, 0L, 0L, 0L, 67L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 54L, 67L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 43L, 0L, 0L, 0L, 43L, 0L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 43L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 63L, 60L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 35L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 34L, 0L, 32L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 55L, 27L, 0L, 0L, 0L, 54L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 16L, 0L, 0L, 0L, 45L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 26L, 20L, 10L, 14L, 0L, 31L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 31L, 20L, 0L, 15L, 8L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 31L, 27L, 0L, 0L, 0L, 44L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 33L, 65L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 24L, 39L, 0L, 0L, 0L, 45L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 33L, 41L, 0L, 0L, 0L, 0L, 52L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 42L, 25L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 15L, 18L, 21L, 37L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 28L, 26L, 0L, 0L, 0L, 60L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 0L, 0L, 0L, 29L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 43L, 0L, 35L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 29L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 46L, 0L, 0L, 0L, 0L, 3L, 81L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 39L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 69L, 0L, 50L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 24L, 0L, 0L, 0L, 0L, 42L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 26L, 38L, 0L, 0L, 0L, 31L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 39L, 33L, 0L, 0L, 0L, 44L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 57L, 0L, 0L, 0L, 0L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 13L, 0L, 0L, 0L, 56L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 23L, 0L, 0L, 0L, 0L, 45L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(47L, 0L, 32L, 29L, 28L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 24L, 41L, 0L, 0L, 0L, 43L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 53L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 0L, 0L, 0L, 0L, 71L, 0L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 53L, 0L, 16L, 18L, 0L, 46L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 48L, 0L, 0L, 0L, 52L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 36L, 0L, 0L, 0L, 0L, 39L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 42L, 0L, 0L, 0L, 0L, 41L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 0L, 0L, 0L, 48L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 34L, 12L, 33L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 29L, 0L, 0L, 0L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 47L, 39L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(75L, 61L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 43L, 34L, 0L, 0L, 0L, 44L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 23L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 39L, 43L, 53L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 47L, 0L, 0L, 0L, 51L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 33L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 21L, 27L, 0L, 0L, 0L, 23L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 24L, 0L, 0L, 0L, 0L, 49L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 158L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 36L, 34L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 0L, 0L, 44L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 31L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 0L, 58L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 26L, 35L, 0L, 0L, 0L, 30L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 19L, 26L, 0L, 0L, 0L, 45L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 29L, 0L, 0L, 0L, 0L, 31L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 54L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 39L, 59L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 73L, 0L, 0L, 0L, 63L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 25L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 41L, 70L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 18L, 18L, 0L, 21L, 14L, 29L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 60L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 25L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 47L, 0L, 0L, 0L, 0L, 33L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 23L, 26L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 46L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 22L, 0L, 0L, 0L, 0L, 38L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 24L, 29L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 44L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 55L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 37L, 0L, 36L, 0L, 0L, 0L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 69L, 61L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 29L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 16L, 16L, 24L, 0L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 46L, 38L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(32L, 25L, 19L, 0L, 0L, 0L, 23L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 30L, 0L, 0L, 0L, 33L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 103L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 36L, 37L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 20L, 22L, 0L, 0L, 0L, 57L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 36L, 0L, 29L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 70L, 13L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 34L, 0L, 0L, 0L, 0L, 49L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 23L, 24L, 0L, 0L, 0L, 27L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 39L, 27L, 0L, 0L, 0L, 0L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 23L, 26L, 0L, 0L, 0L, 51L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 14L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 21L, 0L, 12L, 11L, 50L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 10L, 0L, 8L, 0L, 7L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 41L, 0L, 0L, 0L, 0L, 53L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 0L, 55L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 42L, 0L, 0L, 0L, 0L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 15L, 27L, 0L, 0L, 0L, 19L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 46L, 52L, 0L, 0L, 0L, 0L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 35L, 35L, 48L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(64L, 0L, 38L, 0L, 0L, 0L, 47L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 17L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 24L, 35L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 38L, 21L, 0L, 0L, 0L, 19L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 71L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 28L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 45L, 0L, 0L, 0L, 0L, 57L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 35L, 0L, 0L, 0L, 0L, 31L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 30L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 0L, 32L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 22L, 27L, 0L, 0L, 0L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 27L, 22L, 0L, 0L, 0L, 49L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 31L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 39L, 0L, 29L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 39L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 26L, 0L, 0L, 0L, 0L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 21L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 19L, 21L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 39L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 22L, 0L, 0L, 0L, 36L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 25L, 0L, 0L, 0L, 0L, 30L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 22L, 0L, 0L, 0L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 39L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 19L, 16L, 0L, 0L, 0L, 20L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 33L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 27L, 41L, 0L, 0L, 0L, 44L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 29L, 0L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 8L, 0L, 12L, 11L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 0L, 0L, 0L, 0L, 27L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 24L, 0L, 0L, 0L, 21L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 65L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 16L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(66L, 0L, 0L, 0L, 0L, 0L, 51L, 0L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 45L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 54L, 0L, 0L, 0L, 0L, 62L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 24L, 13L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 30L, 30L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 13L, 0L, 0L, 0L, 12L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 26L, 0L, 0L, 0L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 27L, 0L, 0L, 0L, 0L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(41L, 0L, 45L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 29L, 0L, 0L, 0L, 0L, 44L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 33L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 42L, 0L, 23L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 49L, 0L, 0L, 0L, 0L, 70L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 0L, 0L, 0L, 32L, 0L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 20L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 29L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 21L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 21L, 39L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 57L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 12L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 0L, 24L, 0L, 0L, 0L, 31L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 10L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 15L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 27L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 46L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 11L, 39L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(47L, 0L, 0L, 0L, 0L, 0L, 0L, 49L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 14L, 0L, 0L, 0L, 28L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 29L, 0L, 0L, 0L, 16L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 48L, 0L, 0L, 0L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 53L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 28L, 42L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 13L, 0L, 0L, 0L, 0L, 38L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 39L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 47L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 0L, 0L, 0L, 0L, 0L, 44L, 47L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 21L, 0L, 0L, 0L, 27L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 25L, 36L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 0L, 0L, 0L, 0L, 86L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 39L, 0L, 0L, 0L, 28L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 19L, 20L, 0L, 0L, 0L, 10L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 50L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 92L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 27L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 56L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 52L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 22L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 28L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 0L, 12L, 0L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 10L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 34L, 28L, 0L, 0L, 0L, 26L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 25L, 0L, 0L, 0L, 29L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 10L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 14L, 14L, 0L, 0L, 0L, 27L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 28L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 20L, 22L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 30L, 0L, 0L, 0L, 39L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 0L, 28L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 42L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 30L, 18L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 23L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 22L, 23L, 0L, 0L, 0L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 39L, 0L, 0L, 0L, 51L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 34L, 0L, 30L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 0L, 0L, 0L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(41L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 0L, 0L, 0L, 0L, 36L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 42L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 31L, 0L, 0L, 12L, 25L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 16L, 0L, 0L, 0L, 20L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 57L, 15L, 0L, 0L, 0L, 41L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 35L, 0L, 28L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 19L, 0L, 0L, 0L, 0L, 10L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 12L, 10L, 0L, 0L, 0L, 10L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 25L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 0L, 0L, 35L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 14L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 59L, 31L, 0L, 0L, 0L, 63L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 24L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 41L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 20L, 0L, 0L, 0L, 0L, 22L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 17L, 16L, 0L, 0L, 0L, 27L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 0L, 0L, 63L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 57L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 48L, 0L, 0L, 0L, 0L, 59L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 63L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 70L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 35L, 0L, 0L, 0L, 0L, 45L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 35L, 18L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 13L, 0L, 2L, 0L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 8L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 36L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 51L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 34L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 26L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 25L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 34L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 9L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 17L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 99L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 30L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 16L, 0L, 0L, 0L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 49L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 22L, 0L, 0L, 0L, 21L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 9L, 0L, 0L, 0L, 19L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 8L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 45L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 10L, 8L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 42L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 39L, 0L, 0L, 0L, 39L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 7L, 11L, 0L, 3L, 0L, 18L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 10L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 17L, 13L, 0L, 0L, 0L, 16L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 68L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 12L, 27L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 16L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 25L, 12L, 0L, 0L, 0L, 22L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(104L, 0L, 0L, 10L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 46L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 66L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 29L, 0L, 32L, 0L, 0L, 32L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 45L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 45L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 0L, 0L, 29L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 14L, 0L, 10L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 43L, 0L, 42L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 22L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 5L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 31L, 0L, 0L, 0L, 0L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 25L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 64L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(61L, 0L, 0L, 0L, 0L, 0L, 0L, 56L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 66L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 28L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 30L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 11L, 0L, 0L, 0L, 10L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 27L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 11L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 0L, 0L, 0L, 14L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 42L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 10L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 12L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 50L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 14L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 20L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(1L, 46L, 36L, 0L, 0L, 0L, 1L, 1L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 27L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 38L, 0L, 0L, 0L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 48L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 0L, 35L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 23L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 27L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 30L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 27L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 17L, 0L, 0L, 0L, 0L, 13L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 13L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 49L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 45L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 20L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 23L, 20L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 12L, 0L, 0L, 0L, 15L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 14L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 42L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 28L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 27L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 12L, 21L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 49L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 43L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 7L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 18L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 26L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 6L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 8L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 0L, 24L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 44L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 0L, 0L, 0L, 28L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 15L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 13L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 2L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 47L, 0L, 0L, 0L, 0L, 0L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 45L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 10L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 46L, 32L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 12L, 0L, 0L, 0L, 0L, 17L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 6L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 22L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 35L, 0L, 0L, 0L, 0L, 38L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 44L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 28L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(3L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 0L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 5L, 0L, 0L, 0L, 14L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 34L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 11L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 69L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 27L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 6L, 0L, 0L, 0L, 16L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 66L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 25L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 0L, 0L, 0L, 21L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 32L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 21L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 31L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 28L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 52L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 30L, 32L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 10L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 32L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 16L, 6L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 37L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 31L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 30L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 7L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 13L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 30L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 55L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(3L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 8L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 19L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 12L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 54L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 52L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 3L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 12L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 49L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 17L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 48L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 28L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 5L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 11L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 43L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 40L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 27L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, 4L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 27L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 3L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 7L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 36L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 17L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 31L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 31L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(4L, 0L, 0L, 0L, 0L, 0L, 5L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 29L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 9L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(4L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 2L, 0L, 0L, 0L, 6L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 2L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 4L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 2L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 2L, 3L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 2L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 2L, 0L, 3L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 3L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 3L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
dads.raw.pvals <- sapply(wilcox.tests, function(mod) {return(mod$p.value)})
dads.fdr.pvals <- p.adjust(dads.raw.pvals, method = "fdr")
paste("Significant associations:", length(dads.fdr.pvals[dads.fdr.pvals <= 0.05])) %>%
cat.n()
## Significant associations: 0
dads.raw.pvals <- sapply(wilcox.tests, function(mod) mod$p.value)
dads.fdr.pvals <- p.adjust(dads.raw.pvals, method = "fdr")
# Create data table of significant results
dads.wilcox.dt <- data.table(
ASV = dads.asv.ids,
P_Value = dads.raw.pvals,
Adjusted_P_Value = dads.fdr.pvals
)
dads.wilcox.dt <- dads.wilcox.dt[order(Adjusted_P_Value)]
# Filter rows where Adjusted_P_Value < 0.05
dads.wilcox.dt <- dads.wilcox.dt[Adjusted_P_Value < 0.05]
# Optionally, merge taxonomic information if available
tax_table <- as.data.frame(tax_table(dads_5asv.ps))
tax_table$ASV_id <- rownames(tax_table)
dads.wilcox.dt <- merge(dads.wilcox.dt, tax_table, by.x = "ASV", by.y = "ASV_id", all.x = TRUE)
# Export to CSV
write.csv(dads.wilcox.dt, file = "Results/DADS/16S/wilcox_soil_dads.csv", row.names = FALSE)
set.seed(1)
dads.deseq <- phyloseq_to_deseq2(dads_5asv.ps, ~ Soil) # this function does all the heavy lifting for us to turn a phyloseq object into a DESeq2 object
## converting counts to integer mode
#This was required so DESEQ doesn't error out (there are several approaches, but the deseq developer recommended this most recently, if going from phyloseq to deseq option)
dads.dds <- estimateSizeFactors(dads.deseq, type = 'poscounts')
dads.dds = DESeq(dads.dds)
## using pre-existing size factors
## estimating dispersions
## gene-wise dispersion estimates
## mean-dispersion relationship
## final dispersion estimates
## fitting model and testing
## -- replacing outliers and refitting for 985 genes
## -- DESeq argument 'minReplicatesForReplace' = 7
## -- original counts are preserved in counts(dds)
## estimating dispersions
## fitting model and testing
dads.res.dt <- results(dads.dds) %>% as.data.table(keep.rownames = "ASV")
## Warning in .local(x, row.names, optional, ...): Arguments in '...' ignored
dads.sig.dt <- dads.res.dt[padj <= 0.05]
dads.sig.dt = cbind(as(dads.sig.dt, "data.frame"), as(tax_table(dads_5asv.ps)[dads.sig.dt$ASV, ], "matrix"))
dads.sig.dt <- dads.sig.dt %>%
mutate(across(everything(), ~ifelse(is.na(.), "Unclassified", .)))
write.csv(dads.sig.dt, file="Results/DADS/16S/deseq_soil_dads.csv",row.names = TRUE)
# Now, let's create the plot
deseqplot2 <- ggplot(dads.sig.dt, aes(y = reorder(ASV, log2FoldChange), x = log2FoldChange, fill = Genus)) +
geom_vline(xintercept = 0.0, color = "gray", size = 0.5, linetype = "dashed") +
geom_bar(stat = "identity", position = "dodge", width = 0.8) +
scale_fill_viridis(discrete = TRUE, option = "D") + # Color-blind friendly palette
#scale_x_continuous(breaks = pretty_breaks(n = 10)) + # Prettier x-axis breaks
labs(x = "Log2 Fold Change",
y = "ASV",
title = "Differential Abundance Analysis: Soil")
theme_minimal() +
theme(
axis.text.y = element_text(size = 8),
axis.title = element_text(face = "bold"),
legend.position = "right",
legend.title = element_text(face = "bold"),
plot.title = element_text(size = 16, face = "bold"),
plot.subtitle = element_text(size = 12),
panel.grid.major.y = element_blank(),
panel.grid.minor = element_blank()
)
## List of 136
## $ line :List of 6
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ lineend : chr "butt"
## ..$ arrow : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_line" "element"
## $ rect :List of 5
## ..$ fill : chr "white"
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_rect" "element"
## $ text :List of 11
## ..$ family : chr ""
## ..$ face : chr "plain"
## ..$ colour : chr "black"
## ..$ size : num 11
## ..$ hjust : num 0.5
## ..$ vjust : num 0.5
## ..$ angle : num 0
## ..$ lineheight : num 0.9
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ title : NULL
## $ aspect.ratio : NULL
## $ axis.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.75points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.75points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.bottom : NULL
## $ axis.title.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num 90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.75points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.y.left : NULL
## $ axis.title.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num -90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.75points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : chr "grey30"
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.2points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.2points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.bottom : NULL
## $ axis.text.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : num 8
## ..$ hjust : num 1
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.y.left : NULL
## $ axis.text.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.theta : NULL
## $ axis.text.r :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0.5
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.ticks : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.ticks.x : NULL
## $ axis.ticks.x.top : NULL
## $ axis.ticks.x.bottom : NULL
## $ axis.ticks.y : NULL
## $ axis.ticks.y.left : NULL
## $ axis.ticks.y.right : NULL
## $ axis.ticks.theta : NULL
## $ axis.ticks.r : NULL
## $ axis.minor.ticks.x.top : NULL
## $ axis.minor.ticks.x.bottom : NULL
## $ axis.minor.ticks.y.left : NULL
## $ axis.minor.ticks.y.right : NULL
## $ axis.minor.ticks.theta : NULL
## $ axis.minor.ticks.r : NULL
## $ axis.ticks.length : 'simpleUnit' num 2.75points
## ..- attr(*, "unit")= int 8
## $ axis.ticks.length.x : NULL
## $ axis.ticks.length.x.top : NULL
## $ axis.ticks.length.x.bottom : NULL
## $ axis.ticks.length.y : NULL
## $ axis.ticks.length.y.left : NULL
## $ axis.ticks.length.y.right : NULL
## $ axis.ticks.length.theta : NULL
## $ axis.ticks.length.r : NULL
## $ axis.minor.ticks.length : 'rel' num 0.75
## $ axis.minor.ticks.length.x : NULL
## $ axis.minor.ticks.length.x.top : NULL
## $ axis.minor.ticks.length.x.bottom: NULL
## $ axis.minor.ticks.length.y : NULL
## $ axis.minor.ticks.length.y.left : NULL
## $ axis.minor.ticks.length.y.right : NULL
## $ axis.minor.ticks.length.theta : NULL
## $ axis.minor.ticks.length.r : NULL
## $ axis.line : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.line.x : NULL
## $ axis.line.x.top : NULL
## $ axis.line.x.bottom : NULL
## $ axis.line.y : NULL
## $ axis.line.y.left : NULL
## $ axis.line.y.right : NULL
## $ axis.line.theta : NULL
## $ axis.line.r : NULL
## $ legend.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.margin : 'margin' num [1:4] 5.5points 5.5points 5.5points 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## $ legend.spacing.x : NULL
## $ legend.spacing.y : NULL
## $ legend.key : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.key.size : 'simpleUnit' num 1.2lines
## ..- attr(*, "unit")= int 3
## $ legend.key.height : NULL
## $ legend.key.width : NULL
## $ legend.key.spacing : 'simpleUnit' num 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.key.spacing.x : NULL
## $ legend.key.spacing.y : NULL
## $ legend.frame : NULL
## $ legend.ticks : NULL
## $ legend.ticks.length : 'rel' num 0.2
## $ legend.axis.line : NULL
## $ legend.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.text.position : NULL
## $ legend.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.title.position : NULL
## $ legend.position : chr "right"
## $ legend.position.inside : NULL
## $ legend.direction : NULL
## $ legend.byrow : NULL
## $ legend.justification : chr "center"
## $ legend.justification.top : NULL
## $ legend.justification.bottom : NULL
## $ legend.justification.left : NULL
## $ legend.justification.right : NULL
## $ legend.justification.inside : NULL
## $ legend.location : NULL
## $ legend.box : NULL
## $ legend.box.just : NULL
## $ legend.box.margin : 'margin' num [1:4] 0cm 0cm 0cm 0cm
## ..- attr(*, "unit")= int 1
## $ legend.box.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.box.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## [list output truncated]
## - attr(*, "class")= chr [1:2] "theme" "gg"
## - attr(*, "complete")= logi TRUE
## - attr(*, "validate")= logi TRUE
# Save the plot
ggsave("Figures/DADS/16S/Deseq_soil_barplot_dads_ASV.pdf", deseqplot2)
## Saving 7 x 5 in image
# Display the plot
print(deseqplot2)
# Merge the tables based on ASV
merged_table <- inner_join(dads.sig.dt, dads.wilcox.dt, by = "ASV")
# Select and rename columns in one step
final_table <- merged_table %>%
mutate(
deseq_pvalue = pvalue,
deseq_padj = padj,
wilcox_pvalue = P_Value,
wilcox_padj = Adjusted_P_Value,
Kingdom = Kingdom.x,
Phylum = Phylum.x,
Class = Class.x,
Order = Order.x,
Family = Family.x,
Genus = Genus.x,
Species = Species.x
) %>%
select(
ASV, log2FoldChange, deseq_pvalue, deseq_padj, wilcox_pvalue, wilcox_padj,
Kingdom, Phylum, Class, Order, Family, Genus, Species
)
# Save the final table as CSV
write.csv(final_table, "Results/DADS/16S/merged_deseq_soil_wilcoxon_results.csv", row.names = FALSE)
print(paste("Number of ASVs in the final table:", nrow(final_table)))
## [1] "Number of ASVs in the final table: 0"
merged_plot <- ggplot(final_table, aes(y = reorder(ASV, log2FoldChange), x = log2FoldChange, fill = Genus)) +
geom_vline(xintercept = 0.0, color = "gray", size = 0.5, linetype = "dashed") +
geom_bar(stat = "identity", position = "dodge", width = 0.8) +
scale_fill_viridis(discrete = TRUE, option = "D") + # Color-blind friendly palette
#scale_x_continuous(breaks = pretty_breaks(n = 10)) + # Prettier x-axis breaks
labs(x = "Log2 Fold Change",
y = "ASV",
title = "Merged DESEQ2 and Wilcoxon Rank Sum Analyses-Treatment")
theme_minimal() +
theme(
axis.text.y = element_text(size = 8),
axis.title = element_text(face = "bold"),
legend.position = "right",
legend.title = element_text(face = "bold"),
plot.title = element_text(size = 16, face = "bold"),
plot.subtitle = element_text(size = 12),
panel.grid.major.y = element_blank(),
panel.grid.minor = element_blank()
)
## List of 136
## $ line :List of 6
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ lineend : chr "butt"
## ..$ arrow : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_line" "element"
## $ rect :List of 5
## ..$ fill : chr "white"
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_rect" "element"
## $ text :List of 11
## ..$ family : chr ""
## ..$ face : chr "plain"
## ..$ colour : chr "black"
## ..$ size : num 11
## ..$ hjust : num 0.5
## ..$ vjust : num 0.5
## ..$ angle : num 0
## ..$ lineheight : num 0.9
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ title : NULL
## $ aspect.ratio : NULL
## $ axis.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.75points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.75points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.bottom : NULL
## $ axis.title.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num 90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.75points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.y.left : NULL
## $ axis.title.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num -90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.75points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : chr "grey30"
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.2points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.2points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.bottom : NULL
## $ axis.text.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : num 8
## ..$ hjust : num 1
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.y.left : NULL
## $ axis.text.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.theta : NULL
## $ axis.text.r :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0.5
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.ticks : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.ticks.x : NULL
## $ axis.ticks.x.top : NULL
## $ axis.ticks.x.bottom : NULL
## $ axis.ticks.y : NULL
## $ axis.ticks.y.left : NULL
## $ axis.ticks.y.right : NULL
## $ axis.ticks.theta : NULL
## $ axis.ticks.r : NULL
## $ axis.minor.ticks.x.top : NULL
## $ axis.minor.ticks.x.bottom : NULL
## $ axis.minor.ticks.y.left : NULL
## $ axis.minor.ticks.y.right : NULL
## $ axis.minor.ticks.theta : NULL
## $ axis.minor.ticks.r : NULL
## $ axis.ticks.length : 'simpleUnit' num 2.75points
## ..- attr(*, "unit")= int 8
## $ axis.ticks.length.x : NULL
## $ axis.ticks.length.x.top : NULL
## $ axis.ticks.length.x.bottom : NULL
## $ axis.ticks.length.y : NULL
## $ axis.ticks.length.y.left : NULL
## $ axis.ticks.length.y.right : NULL
## $ axis.ticks.length.theta : NULL
## $ axis.ticks.length.r : NULL
## $ axis.minor.ticks.length : 'rel' num 0.75
## $ axis.minor.ticks.length.x : NULL
## $ axis.minor.ticks.length.x.top : NULL
## $ axis.minor.ticks.length.x.bottom: NULL
## $ axis.minor.ticks.length.y : NULL
## $ axis.minor.ticks.length.y.left : NULL
## $ axis.minor.ticks.length.y.right : NULL
## $ axis.minor.ticks.length.theta : NULL
## $ axis.minor.ticks.length.r : NULL
## $ axis.line : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.line.x : NULL
## $ axis.line.x.top : NULL
## $ axis.line.x.bottom : NULL
## $ axis.line.y : NULL
## $ axis.line.y.left : NULL
## $ axis.line.y.right : NULL
## $ axis.line.theta : NULL
## $ axis.line.r : NULL
## $ legend.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.margin : 'margin' num [1:4] 5.5points 5.5points 5.5points 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## $ legend.spacing.x : NULL
## $ legend.spacing.y : NULL
## $ legend.key : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.key.size : 'simpleUnit' num 1.2lines
## ..- attr(*, "unit")= int 3
## $ legend.key.height : NULL
## $ legend.key.width : NULL
## $ legend.key.spacing : 'simpleUnit' num 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.key.spacing.x : NULL
## $ legend.key.spacing.y : NULL
## $ legend.frame : NULL
## $ legend.ticks : NULL
## $ legend.ticks.length : 'rel' num 0.2
## $ legend.axis.line : NULL
## $ legend.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.text.position : NULL
## $ legend.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.title.position : NULL
## $ legend.position : chr "right"
## $ legend.position.inside : NULL
## $ legend.direction : NULL
## $ legend.byrow : NULL
## $ legend.justification : chr "center"
## $ legend.justification.top : NULL
## $ legend.justification.bottom : NULL
## $ legend.justification.left : NULL
## $ legend.justification.right : NULL
## $ legend.justification.inside : NULL
## $ legend.location : NULL
## $ legend.box : NULL
## $ legend.box.just : NULL
## $ legend.box.margin : 'margin' num [1:4] 0cm 0cm 0cm 0cm
## ..- attr(*, "unit")= int 1
## $ legend.box.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.box.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## [list output truncated]
## - attr(*, "class")= chr [1:2] "theme" "gg"
## - attr(*, "complete")= logi TRUE
## - attr(*, "validate")= logi TRUE
# Save the plot
ggsave("Figures/DADS/16S/Deseq_merged_soil_barplot_dads_ASV.pdf", merged_plot)
## Saving 7 x 5 in image
# Display the plot
print(merged_plot)
set.seed(1)
wilcox.tests <- lapply(dads.asv.ids, function(asv) {
frm <- paste(asv, "~ Incubation") # this combined with the as.formula() function below makes it possible to generate formulas in R programmatically
return(
wilcox.test(as.formula(frm), data = dads.dt)
)
})
## Warning in wilcox.test.default(x = c(227L, 283L, 167L, 0L, 0L, 0L, 252L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 48L, 65L, 62L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(86L, 26L, 0L, 0L, 0L, 0L, 27L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(536L, 420L, 312L, 225L, 204L, 206L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(582L, 474L, 392L, 0L, 0L, 31L, 353L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(87L, 54L, 50L, 34L, 30L, 0L, 53L, 57L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(474L, 484L, 254L, 128L, 96L, 119L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(196L, 140L, 99L, 252L, 283L, 286L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(296L, 169L, 91L, 316L, 440L, 413L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 31L, 25L, 0L, 0L, 0L, 31L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(234L, 281L, 147L, 272L, 213L, 240L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 41L, 38L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(79L, 91L, 80L, 75L, 58L, 35L, 128L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 57L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 9L, 31L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 51L, 29L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(154L, 130L, 86L, 48L, 53L, 30L, 92L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(193L, 139L, 101L, 33L, 32L, 36L, 110L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 18L, 19L, 0L, 0L, 0L, 8L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 40L, 21L, 41L, 22L, 32L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 380L, 295L, 370L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 46L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 27L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(423L, 426L, 256L, 0L, 0L, 0L, 264L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 50L, 53L, 251L, 280L, 282L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(124L, 179L, 0L, 202L, 0L, 253L, 201L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 26L, 28L, 66L, 41L, 43L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(109L, 83L, 65L, 0L, 0L, 0L, 17L, 61L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(70L, 0L, 0L, 64L, 0L, 0L, 0L, 73L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 83L, 83L, 0L, 0L, 35L, 51L, 73L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(108L, 51L, 28L, 0L, 0L, 0L, 45L, 58L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(264L, 168L, 124L, 81L, 95L, 56L, 166L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(344L, 264L, 232L, 0L, 0L, 0L, 157L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(138L, 93L, 101L, 212L, 203L, 204L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 32L, 0L, 0L, 0L, 0L, 0L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(186L, 172L, 105L, 94L, 90L, 100L, 120L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(121L, 132L, 79L, 146L, 159L, 159L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(196L, 210L, 127L, 72L, 0L, 93L, 158L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(92L, 74L, 49L, 0L, 0L, 0L, 81L, 55L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(109L, 82L, 0L, 0L, 0L, 33L, 88L, 102L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(165L, 184L, 144L, 81L, 88L, 72L, 132L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(270L, 202L, 173L, 0L, 0L, 0L, 100L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 250L, 152L, 419L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(182L, 73L, 102L, 0L, 0L, 0L, 116L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 58L, 59L, 141L, 141L, 160L, 63L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 43L, 27L, 0L, 36L, 37L, 47L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(126L, 79L, 56L, 0L, 0L, 0L, 91L, 61L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(124L, 89L, 64L, 0L, 0L, 0L, 103L, 92L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 185L, 189L, 209L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 174L, 176L, 177L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 16L, 16L, 189L, 146L, 163L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(94L, 110L, 66L, 0L, 0L, 0L, 91L, 70L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(163L, 130L, 103L, 64L, 0L, 15L, 134L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(254L, 184L, 131L, 0L, 0L, 0L, 172L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(169L, 140L, 107L, 65L, 0L, 50L, 113L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(202L, 125L, 78L, 34L, 21L, 20L, 104L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(87L, 80L, 48L, 0L, 0L, 72L, 80L, 93L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(116L, 64L, 49L, 0L, 0L, 0L, 93L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(62L, 58L, 47L, 25L, 31L, 0L, 48L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(150L, 126L, 115L, 0L, 0L, 0L, 186L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 16L, 0L, 0L, 0L, 39L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(109L, 87L, 0L, 41L, 89L, 87L, 152L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(75L, 59L, 0L, 0L, 114L, 153L, 47L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(66L, 51L, 38L, 24L, 22L, 0L, 46L, 66L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 32L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(160L, 154L, 133L, 0L, 0L, 0L, 153L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(160L, 138L, 91L, 0L, 0L, 0L, 109L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 171L, 142L, 177L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(59L, 0L, 32L, 0L, 0L, 0L, 31L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(218L, 155L, 134L, 0L, 0L, 0L, 138L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 38L, 0L, 45L, 31L, 39L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 71L, 48L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(208L, 185L, 120L, 0L, 0L, 0L, 119L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(158L, 165L, 122L, 0L, 0L, 0L, 172L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 127L, 127L, 142L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 94L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(152L, 131L, 119L, 0L, 0L, 0L, 94L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 52L, 29L, 0L, 0L, 0L, 25L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(115L, 86L, 105L, 84L, 79L, 23L, 63L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(85L, 87L, 61L, 0L, 59L, 0L, 35L, 71L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 40L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 107L, 84L, 148L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 101L, 67L, 69L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 139L, 114L, 175L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 9L, 0L, 0L, 0L, 0L, 30L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(124L, 119L, 149L, 0L, 0L, 0L, 126L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(135L, 117L, 120L, 0L, 0L, 0L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(154L, 136L, 87L, 0L, 0L, 0L, 82L, 143L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 0L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(128L, 148L, 96L, 0L, 0L, 0L, 93L, 117L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(147L, 110L, 122L, 0L, 0L, 0L, 154L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(171L, 133L, 100L, 0L, 0L, 0L, 79L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(158L, 86L, 0L, 0L, 0L, 0L, 89L, 60L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(177L, 135L, 164L, 0L, 0L, 0L, 102L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(70L, 177L, 48L, 0L, 0L, 0L, 27L, 107L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 160L, 63L, 72L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 31L, 0L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 81L, 149L, 106L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 82L, 83L, 123L, 0L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(115L, 124L, 95L, 0L, 0L, 0L, 99L, 102L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 37L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 50L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(97L, 55L, 41L, 0L, 0L, 0L, 41L, 51L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 22L, 29L, 46L, 55L, 29L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(182L, 82L, 76L, 0L, 6L, 0L, 72L, 98L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(78L, 113L, 90L, 0L, 0L, 0L, 72L, 139L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(83L, 61L, 66L, 39L, 30L, 37L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(41L, 42L, 31L, 72L, 48L, 66L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(76L, 75L, 64L, 28L, 38L, 37L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 45L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(72L, 62L, 51L, 45L, 40L, 51L, 0L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 89L, 101L, 133L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(77L, 105L, 64L, 17L, 29L, 19L, 72L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 111L, 53L, 149L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 93L, 76L, 79L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 144L, 108L, 144L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(79L, 108L, 80L, 0L, 0L, 0L, 71L, 80L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 92L, 105L, 107L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(124L, 125L, 96L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(47L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 33L, 17L, 0L, 0L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(43L, 33L, 26L, 49L, 39L, 48L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(50L, 0L, 25L, 0L, 0L, 0L, 44L, 62L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 85L, 89L, 94L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(107L, 72L, 78L, 0L, 0L, 0L, 46L, 84L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 85L, 62L, 88L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(77L, 67L, 43L, 0L, 0L, 0L, 84L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 75L, 87L, 96L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 55L, 36L, 55L, 30L, 50L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 82L, 80L, 73L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 39L, 20L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 18L, 0L, 0L, 0L, 16L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 20L, 0L, 57L, 56L, 53L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(115L, 92L, 0L, 0L, 31L, 46L, 0L, 127L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 78L, 68L, 95L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(94L, 50L, 56L, 0L, 0L, 0L, 78L, 72L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 58L, 38L, 38L, 43L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(120L, 86L, 47L, 0L, 0L, 0L, 64L, 68L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 77L, 62L, 56L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(111L, 84L, 65L, 0L, 0L, 0L, 78L, 64L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(84L, 41L, 42L, 0L, 0L, 0L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(95L, 75L, 70L, 61L, 32L, 33L, 0L, 63L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 34L, 41L, 22L, 0L, 36L, 33L, 61L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(79L, 65L, 38L, 0L, 0L, 0L, 49L, 72L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 40L, 38L, 34L, 39L, 28L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 66L, 62L, 79L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 87L, 53L, 53L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 23L, 0L, 0L, 0L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 92L, 86L, 81L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 56L, 44L, 38L, 47L, 0L, 42L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 95L, 58L, 53L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 49L, 0L, 0L, 0L, 0L, 0L, 0L, 69L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 101L, 62L, 52L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 53L, 79L, 57L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(105L, 0L, 172L, 0L, 0L, 0L, 17L, 89L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(73L, 94L, 64L, 0L, 0L, 0L, 8L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 46L, 0L, 0L, 0L, 0L, 28L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 38L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(89L, 68L, 68L, 0L, 0L, 0L, 33L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 57L, 42L, 64L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 84L, 72L, 103L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 40L, 57L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(56L, 33L, 23L, 0L, 39L, 15L, 30L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 70L, 77L, 47L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(100L, 61L, 57L, 0L, 0L, 0L, 59L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(119L, 75L, 91L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(83L, 62L, 0L, 0L, 0L, 0L, 47L, 62L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(71L, 58L, 47L, 0L, 0L, 0L, 51L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 76L, 48L, 0L, 0L, 0L, 61L, 65L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 28L, 32L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 67L, 47L, 58L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 0L, 0L, 52L, 39L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(72L, 57L, 62L, 0L, 0L, 0L, 67L, 60L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(56L, 48L, 42L, 0L, 0L, 0L, 55L, 74L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(74L, 48L, 39L, 0L, 0L, 0L, 52L, 72L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 90L, 70L, 83L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(32L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 74L, 66L, 90L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 51L, 90L, 48L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 52L, 59L, 0L, 0L, 0L, 69L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(74L, 42L, 49L, 0L, 18L, 0L, 49L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(60L, 50L, 32L, 0L, 0L, 0L, 30L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 26L, 25L, 36L, 42L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 36L, 55L, 49L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 82L, 75L, 70L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 88L, 47L, 64L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 76L, 0L, 62L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 77L, 41L, 0L, 0L, 0L, 44L, 59L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 56L, 0L, 50L, 45L, 37L, 36L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 72L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 97L, 0L, 103L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(70L, 77L, 64L, 49L, 40L, 0L, 32L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 0L, 50L, 0L, 29L, 0L, 64L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 73L, 45L, 0L, 0L, 0L, 44L, 60L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 56L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 59L, 59L, 65L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 37L, 28L, 0L, 0L, 0L, 26L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(84L, 59L, 37L, 0L, 0L, 0L, 51L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 48L, 74L, 59L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(68L, 47L, 38L, 0L, 0L, 0L, 50L, 65L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 38L, 49L, 70L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(85L, 74L, 30L, 0L, 0L, 0L, 0L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(99L, 0L, 43L, 0L, 0L, 0L, 0L, 61L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(98L, 0L, 47L, 78L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(155L, 0L, 0L, 0L, 0L, 0L, 0L, 70L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(68L, 49L, 32L, 0L, 0L, 0L, 55L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(122L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 123L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(56L, 50L, 46L, 0L, 0L, 0L, 37L, 92L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(82L, 55L, 56L, 0L, 0L, 0L, 26L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 66L, 61L, 66L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 23L, 19L, 0L, 13L, 16L, 22L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 0L, 31L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(52L, 63L, 22L, 0L, 0L, 48L, 45L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 49L, 0L, 61L, 0L, 0L, 62L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(66L, 52L, 0L, 0L, 0L, 0L, 32L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 57L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 55L, 54L, 46L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(77L, 39L, 44L, 0L, 0L, 0L, 28L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 0L, 28L, 34L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 0L, 58L, 0L, 0L, 0L, 48L, 57L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 78L, 53L, 0L, 0L, 0L, 83L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(59L, 41L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(52L, 39L, 0L, 0L, 0L, 0L, 31L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 60L, 32L, 67L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 32L, 39L, 33L, 14L, 12L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 33L, 27L, 0L, 0L, 0L, 46L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 23L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 75L, 0L, 0L, 0L, 0L, 54L, 0L, 131L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 42L, 47L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 11L, 8L, 0L, 0L, 25L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(64L, 44L, 34L, 0L, 0L, 0L, 51L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(78L, 59L, 0L, 0L, 0L, 0L, 43L, 58L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 41L, 31L, 35L, 23L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(65L, 64L, 0L, 0L, 0L, 0L, 66L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 52L, 31L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(50L, 51L, 41L, 0L, 0L, 0L, 28L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(58L, 38L, 34L, 0L, 0L, 0L, 39L, 63L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(50L, 41L, 26L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 45L, 51L, 31L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(54L, 37L, 39L, 0L, 0L, 0L, 21L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 67L, 52L, 29L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 6L, 27L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 76L, 0L, 0L, 34L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 45L, 39L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 42L, 41L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 39L, 38L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 41L, 41L, 0L, 0L, 0L, 31L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 22L, 14L, 0L, 0L, 31L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(73L, 51L, 36L, 0L, 14L, 0L, 46L, 52L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 28L, 17L, 0L, 0L, 37L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 42L, 0L, 37L, 40L, 34L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 48L, 27L, 0L, 0L, 0L, 26L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 42L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 44L, 56L, 44L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 36L, 28L, 70L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 24L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(80L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 30L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(72L, 54L, 40L, 0L, 0L, 0L, 0L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(70L, 46L, 38L, 0L, 0L, 0L, 43L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 52L, 33L, 34L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 64L, 44L, 53L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 69L, 0L, 0L, 0L, 68L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 34L, 29L, 42L, 25L, 0L, 15L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 76L, 34L, 51L, 0L, 0L, 51L, 44L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 18L, 25L, 16L, 8L, 18L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 26L, 13L, 36L, 17L, 32L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 35L, 0L, 0L, 0L, 0L, 26L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(32L, 53L, 37L, 0L, 0L, 0L, 29L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 26L, 0L, 0L, 0L, 0L, 24L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 37L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 54L, 49L, 30L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 34L, 24L, 38L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(66L, 44L, 38L, 0L, 0L, 0L, 0L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 5L, 0L, 13L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 21L, 0L, 27L, 19L, 18L, 19L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 21L, 0L, 28L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 36L, 45L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(59L, 30L, 26L, 0L, 0L, 0L, 95L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 51L, 0L, 0L, 0L, 0L, 0L, 0L, 104L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 49L, 27L, 0L, 0L, 0L, 30L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 52L, 31L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(58L, 25L, 31L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(56L, 51L, 0L, 0L, 0L, 0L, 48L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(79L, 36L, 0L, 0L, 0L, 0L, 35L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 36L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(43L, 22L, 26L, 0L, 0L, 0L, 33L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 42L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 42L, 39L, 0L, 0L, 0L, 50L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 52L, 0L, 0L, 0L, 0L, 0L, 91L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(53L, 38L, 37L, 0L, 0L, 0L, 25L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 49L, 0L, 0L, 0L, 80L, 0L, 84L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(54L, 34L, 23L, 0L, 0L, 0L, 16L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 59L, 50L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(67L, 44L, 0L, 0L, 0L, 0L, 28L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(54L, 67L, 42L, 0L, 0L, 0L, 34L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(43L, 0L, 37L, 0L, 16L, 0L, 57L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 64L, 34L, 38L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 63L, 60L, 0L, 0L, 0L, 101L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 69L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 44L, 36L, 41L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(54L, 0L, 21L, 0L, 0L, 0L, 27L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 37L, 18L, 16L, 0L, 0L, 32L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 29L, 19L, 0L, 0L, 0L, 26L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 33L, 0L, 0L, 0L, 0L, 18L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 35L, 28L, 0L, 0L, 0L, 23L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 0L, 29L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 47L, 56L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 45L, 0L, 0L, 0L, 0L, 24L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 52L, 40L, 0L, 24L, 0L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 0L, 35L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 58L, 28L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(60L, 28L, 23L, 0L, 0L, 0L, 21L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 20L, 32L, 0L, 44L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 50L, 49L, 45L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 39L, 23L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(3L, 81L, 0L, 0L, 0L, 0L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 88L, 110L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 38L, 38L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 67L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 99L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 36L, 22L, 0L, 0L, 0L, 17L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 30L, 21L, 0L, 0L, 0L, 25L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 0L, 0L, 0L, 0L, 45L, 65L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(56L, 0L, 33L, 0L, 0L, 0L, 26L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 0L, 0L, 0L, 0L, 0L, 32L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 41L, 0L, 0L, 73L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(43L, 37L, 16L, 0L, 0L, 0L, 21L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 46L, 42L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(71L, 0L, 39L, 0L, 0L, 0L, 35L, 60L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(46L, 49L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(52L, 0L, 0L, 0L, 0L, 0L, 29L, 0L, 68L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 42L, 24L, 0L, 0L, 0L, 37L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(41L, 33L, 19L, 0L, 0L, 0L, 24L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 24L, 0L, 0L, 0L, 0L, 42L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 33L, 19L, 25L, 27L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 0L, 0L, 0L, 0L, 0L, 8L, 29L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 105L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 31L, 31L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 20L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 44L, 0L, 39L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 39L, 0L, 0L, 0L, 0L, 20L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 38L, 0L, 47L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 54L, 18L, 0L, 0L, 0L, 28L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 21L, 15L, 0L, 0L, 14L, 0L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 66L, 35L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 49L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 25L, 0L, 0L, 0L, 0L, 36L, 77L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 40L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(58L, 37L, 0L, 0L, 0L, 0L, 29L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 29L, 27L, 0L, 0L, 0L, 31L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(45L, 20L, 14L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 25L, 21L, 0L, 20L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 47L, 27L, 46L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 56L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 57L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 24L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 16L, 35L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 15L, 12L, 6L, 14L, 4L, 19L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 60L, 0L, 0L, 0L, 0L, 42L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 32L, 0L, 0L, 0L, 0L, 23L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 20L, 0L, 0L, 0L, 24L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 0L, 39L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 0L, 0L, 0L, 0L, 0L, 27L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 22L, 29L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 27L, 0L, 0L, 0L, 0L, 53L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 55L, 35L, 0L, 0L, 0L, 0L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 48L, 0L, 0L, 29L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(69L, 61L, 0L, 0L, 0L, 0L, 0L, 0L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 28L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 38L, 23L, 23L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 11L, 7L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 28L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 34L, 0L, 0L, 0L, 0L, 24L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 29L, 0L, 0L, 0L, 0L, 33L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 58L, 98L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 36L, 96L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 17L, 0L, 0L, 0L, 21L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 0L, 0L, 0L, 0L, 0L, 23L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 35L, 36L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 0L, 0L, 0L, 0L, 0L, 0L, 28L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 24L, 12L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 42L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 24L, 31L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 11L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(50L, 10L, 17L, 0L, 0L, 17L, 15L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(53L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 46L, 0L, 0L, 0L, 0L, 36L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 57L, 33L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 0L, 0L, 0L, 0L, 22L, 0L, 47L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 20L, 16L, 0L, 0L, 0L, 13L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 54L, 0L, 0L, 0L, 0L, 0L, 0L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 35L, 0L, 36L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(47L, 32L, 0L, 0L, 0L, 0L, 0L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 25L, 18L, 31L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 30L, 0L, 0L, 0L, 0L, 0L, 0L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 18L, 11L, 0L, 0L, 0L, 19L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(71L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 85L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 22L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 57L, 0L, 0L, 0L, 0L, 52L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 32L, 0L, 0L, 0L, 0L, 0L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 27L, 13L, 28L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 36L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 20L, 0L, 0L, 0L, 20L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(49L, 14L, 19L, 0L, 0L, 0L, 23L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 49L, 19L, 38L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 12L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 40L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 18L, 0L, 0L, 0L, 28L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 0L, 38L, 0L, 0L, 33L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 22L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 38L, 26L, 33L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(36L, 14L, 21L, 0L, 0L, 0L, 30L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 0L, 24L, 0L, 0L, 0L, 0L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 0L, 0L, 0L, 0L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 57L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 20L, 0L, 0L, 0L, 0L, 26L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 21L, 18L, 27L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 37L, 0L, 40L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 43L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 16L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 10L, 0L, 0L, 0L, 8L, 6L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 0L, 0L, 0L, 9L, 25L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 29L, 27L, 0L, 0L, 0L, 25L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 90L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 41L, 12L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 0L, 39L, 0L, 0L, 0L, 31L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 41L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 62L, 0L, 0L, 0L, 0L, 0L, 0L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 17L, 0L, 0L, 0L, 25L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 27L, 0L, 0L, 0L, 0L, 14L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 13L, 13L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 34L, 24L, 0L, 0L, 0L, 0L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 40L, 0L, 0L, 0L, 0L, 29L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 53L, 112L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 37L, 0L, 0L, 0L, 0L, 0L, 0L, 38L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 70L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 18L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 27L, 42L, 43L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 70L, 0L, 0L, 0L, 0L, 0L, 33L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(32L, 0L, 28L, 0L, 0L, 0L, 34L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 29L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 71L, 0L, 0L, 0L, 0L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 27L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 31L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 15L, 0L, 0L, 0L, 0L, 14L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 42L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(57L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 56L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 16L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 8L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 48L, 51L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 14L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 47L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 22L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 49L, 0L, 0L, 0L, 0L, 0L, 0L, 66L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 17L, 18L, 0L, 0L, 0L, 16L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 36L, 0L, 0L, 0L, 0L, 0L, 47L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 0L, 0L, 0L, 0L, 0L, 0L, 30L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(53L, 0L, 0L, 0L, 0L, 0L, 29L, 0L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 34L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(38L, 20L, 22L, 0L, 0L, 0L, 12L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 35L, 0L, 34L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(44L, 47L, 0L, 0L, 0L, 0L, 0L, 0L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 17L, 21L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 36L, 0L, 0L, 0L, 0L, 0L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(86L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 30L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 19L, 13L, 0L, 0L, 0L, 0L, 4L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 35L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(56L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(52L, 0L, 0L, 0L, 0L, 0L, 0L, 47L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 11L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 26L, 31L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 0L, 17L, 15L, 0L, 14L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 6L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 0L, 0L, 0L, 0L, 34L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 28L, 0L, 0L, 0L, 0L, 23L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 28L, 0L, 0L, 2L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 32L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 21L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 17L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 37L, 0L, 0L, 0L, 0L, 0L, 0L, 66L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 15L, 27L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 39L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 37L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 103L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 10L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 28L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 18L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(51L, 35L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 32L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 24L, 0L, 0L, 0L, 32L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 16L, 6L, 0L, 0L, 0L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 42L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 0L, 0L, 0L, 17L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 23L, 0L, 0L, 0L, 0L, 20L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 12L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(41L, 0L, 0L, 0L, 0L, 0L, 23L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 29L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 15L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 21L, 9L, 0L, 0L, 0L, 13L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 23L, 0L, 0L, 0L, 0L, 0L, 81L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 8L, 18L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 16L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 35L, 0L, 0L, 0L, 0L, 34L, 0L, 89L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 33L, 0L, 0L, 0L, 0L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 33L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 6L, 0L, 0L, 8L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 31L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 24L, 9L, 0L, 2L, 3L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 49L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 15L, 23L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 19L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 45L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 59L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 28L, 0L, 0L, 0L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(63L, 32L, 0L, 0L, 0L, 0L, 12L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 80L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 45L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 28L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 0L, 0L, 0L, 0L, 0L, 0L, 48L, 61L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 19L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 14L, 0L, 0L, 0L, 21L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 75L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 42L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 39L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 41L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 51L, 0L, 0L, 0L, 0L, 0L, 48L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 0L, 11L, 0L, 0L, 17L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 15L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 36L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 49L, 0L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 9L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 29L, 0L, 0L, 0L, 0L, 18L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(99L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 27L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 46L, 34L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 19L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 9L, 0L, 0L, 0L, 0L, 14L, 0L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 6L, 0L, 0L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 10L, 0L, 18L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 31L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 31L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 32L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(39L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 11L, 0L, 0L, 0L, 0L, 9L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 9L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 19L, 9L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 11L, 17L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 25L, 0L, 0L, 0L, 0L, 20L, 0L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 21L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 22L, 0L, 7L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 42L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 44L, 0L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 38L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 66L, 0L, 0L, 0L, 0L, 0L, 0L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 47L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(32L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 43L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 62L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 36L, 0L, 0L, 0L, 48L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 125L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(29L, 0L, 0L, 0L, 0L, 0L, 15L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 22L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 39L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 42L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 14L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 28L, 0L, 0L, 0L, 0L, 38L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 30L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 15L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(64L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 54L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 56L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 27L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 31L, 0L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 29L, 9L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 13L, 0L, 0L, 0L, 0L, 14L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 47L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 27L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 20L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 27L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 28L, 0L, 0L, 0L, 0L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 17L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 29L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 32L, 0L, 0L, 0L, 0L, 0L, 53L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 18L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(43L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 29L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 33L, 0L, 0L, 0L, 0L, 18L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 59L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 22L, 20L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 20L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 32L, 0L, 0L, 0L, 0L, 0L, 36L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 56L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(1L, 1L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 40L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 25L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 55L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 13L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 28L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 36L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 27L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 53L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 54L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 21L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 77L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 18L, 22L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 36L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 28L, 25L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 0L, 0L, 0L, 0L, 0L, 46L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 98L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 12L, 8L, 0L, 0L, 0L, 16L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 17L, 0L, 35L, 0L, 0L, 4L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 18L, 46L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 28L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 30L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 34L, 32L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 51L, 0L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, 41L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(24L, 0L, 0L, 0L, 0L, 0L, 39L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 20L, 14L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 2L, 7L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 14L, 0L, 0L, 0L, 0L, 0L, 8L, 25L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 30L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 16L, 15L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 46L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 27L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 20L, 0L, 0L, 0L, 0L, 12L, 0L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 23L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 39L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 14L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 4L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 11L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 14L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 5L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 24L, 24L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 9L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 23L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 47L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 28L, 9L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 17L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 28L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, 49L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 22L, 19L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 20L, 0L, 0L, 0L, 13L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 32L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 12L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 45L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 6L, 0L, 0L, 0L, 4L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 29L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 0L, 0L, 43L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 38L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 29L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 38L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 34L, 39L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 14L, 8L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 12L, 0L, 0L, 0L, 0L, 12L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 11L, 0L, 0L, 0L, 0L, 12L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 0L, 0L, 0L, 0L, 0L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 11L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 23L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(34L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 11L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 69L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 34L, 35L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 25L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 50L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 42L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 41L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 67L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 12L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 66L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 0L, 0L, 30L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(32L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(31L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 0L, 0L, 22L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 29L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 10L, 8L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 12L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 30L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(30L, 32L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 7L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 8L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 6L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 17L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 60L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 28L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 10L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(37L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(42L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(26L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 26L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 11L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 30L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 43L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 57L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 2L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 36L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 9L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 13L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 21L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 56L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(55L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 5L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 4L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 9L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 16L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 10L, 24L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 0L, 0L, 0L, 0L, 0L, 0L, 29L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 54L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 22L, 32L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 5L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 11L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(48L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(33L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 0L, 0L, 0L, 0L, 18L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 47L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 24L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 14L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 46L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 46L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 10L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 45L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 44L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(43L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 13L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 26L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 42L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 8L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 26L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(27L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(40L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 20L, 0L, 0L, 0L, 20L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 40L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 40L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 23L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 40L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 28L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 40L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 27L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(23L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(25L, 0L, 4L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 18L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 38L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 27L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(3L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 37L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 13L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 36L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(35L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 4L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 35L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 35L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 27L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 35L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 34L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 10L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 33L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 16L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 30L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 33L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 8L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 6L, 0L, 0L, 0L, 0L, 0L, 3L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 32L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 31L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 31L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 14L, 0L, 5L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 30L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 23L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 29L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 29L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(4L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 28L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 15L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 5L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 9L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 7L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 27L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 27L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 18L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 26L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 15L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 26L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 15L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 24L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 24L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 23L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 18L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 23L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 23L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(22L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 22L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 9L, 0L, 0L, 0L, 0L, 0L, 6L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 22L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 21L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 21L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 3L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(20L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 20L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 20L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 19L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 19L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 18L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 18L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 17L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 17L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 17L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 16L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 16L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 16L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 15L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 15L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 3L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(14L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 2L, 0L, 6L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 14L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 14L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 13L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 3L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 3L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 12L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(2L, 3L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 11L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 11L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 5L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 2L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 10L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 5L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(9L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 9L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 5L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 3L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 3L, 0L, 0L, 0L, 0L, 5L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 8L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 8L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 3L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 4L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 5L, 0L, 0L, 0L, 2L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 7L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 7L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 4L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 2L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 3L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 2L, 0L, 4L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 6L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 6L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
## Warning in wilcox.test.default(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
## cannot compute exact p-value with ties
dads.raw.pvals <- sapply(wilcox.tests, function(mod) {return(mod$p.value)})
dads.fdr.pvals <- p.adjust(dads.raw.pvals, method = "fdr")
paste("Significant associations:", length(dads.fdr.pvals[dads.fdr.pvals <= 0.05])) %>%
cat.n()
## Significant associations: 0
dads.raw.pvals <- sapply(wilcox.tests, function(mod) mod$p.value)
dads.fdr.pvals <- p.adjust(dads.raw.pvals, method = "fdr")
# Create data table of significant results
dads.wilcox.dt <- data.table(
ASV = dads.asv.ids,
P_Value = dads.raw.pvals,
Adjusted_P_Value = dads.fdr.pvals
)
dads.wilcox.dt <- dads.wilcox.dt[order(Adjusted_P_Value)]
# Filter rows where Adjusted_P_Value < 0.05
dads.wilcox.dt <- dads.wilcox.dt[Adjusted_P_Value < 0.05]
# Optionally, merge taxonomic information if available
tax_table <- as.data.frame(tax_table(dads_5asv.ps))
tax_table$ASV_id <- rownames(tax_table)
dads.wilcox.dt <- merge(dads.wilcox.dt, tax_table, by.x = "ASV", by.y = "ASV_id", all.x = TRUE)
# Export to CSV
write.csv(dads.wilcox.dt, file = "Results/DADS/16S/wilcox_incubation_dads.csv", row.names = FALSE)
set.seed(1)
dads.deseq <- phyloseq_to_deseq2(dads_5asv.ps, ~ Incubation) # this function does all the heavy lifting for us to turn a phyloseq object into a DESeq2 object
## converting counts to integer mode
#This was required so DESEQ doesn't error out (there are several approaches, but the deseq developer recommended this most recently, if going from phyloseq to deseq option)
dads.dds <- estimateSizeFactors(dads.deseq, type = 'poscounts')
dads.dds = DESeq(dads.dds)
## using pre-existing size factors
## estimating dispersions
## gene-wise dispersion estimates
## mean-dispersion relationship
## final dispersion estimates
## fitting model and testing
## -- replacing outliers and refitting for 971 genes
## -- DESeq argument 'minReplicatesForReplace' = 7
## -- original counts are preserved in counts(dds)
## estimating dispersions
## fitting model and testing
dads.res.dt <- results(dads.dds) %>% as.data.table(keep.rownames = "ASV")
## Warning in .local(x, row.names, optional, ...): Arguments in '...' ignored
dads.sig.dt <- dads.res.dt[padj <= 0.05]
dads.sig.dt = cbind(as(dads.sig.dt, "data.frame"), as(tax_table(dads_5asv.ps)[dads.sig.dt$ASV, ], "matrix"))
dads.sig.dt <- dads.sig.dt %>%
mutate(across(everything(), ~ifelse(is.na(.), "Unclassified", .)))
write.csv(dads.sig.dt, file="Results/DADS/16S/deseq_incubation_dads.csv",row.names = TRUE)
# Now, let's create the plot
deseqplot2 <- ggplot(dads.sig.dt, aes(y = reorder(ASV, log2FoldChange), x = log2FoldChange, fill = Genus)) +
geom_vline(xintercept = 0.0, color = "gray", size = 0.5, linetype = "dashed") +
geom_bar(stat = "identity", position = "dodge", width = 0.8) +
scale_fill_viridis(discrete = TRUE, option = "D") + # Color-blind friendly palette
#scale_x_continuous(breaks = pretty_breaks(n = 10)) + # Prettier x-axis breaks
labs(x = "Log2 Fold Change",
y = "ASV",
title = "Differential Abundance Analysis: Incubation")
theme_minimal() +
theme(
axis.text.y = element_text(size = 8),
axis.title = element_text(face = "bold"),
legend.position = "right",
legend.title = element_text(face = "bold"),
plot.title = element_text(size = 16, face = "bold"),
plot.subtitle = element_text(size = 12),
panel.grid.major.y = element_blank(),
panel.grid.minor = element_blank()
)
## List of 136
## $ line :List of 6
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ lineend : chr "butt"
## ..$ arrow : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_line" "element"
## $ rect :List of 5
## ..$ fill : chr "white"
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_rect" "element"
## $ text :List of 11
## ..$ family : chr ""
## ..$ face : chr "plain"
## ..$ colour : chr "black"
## ..$ size : num 11
## ..$ hjust : num 0.5
## ..$ vjust : num 0.5
## ..$ angle : num 0
## ..$ lineheight : num 0.9
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ title : NULL
## $ aspect.ratio : NULL
## $ axis.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.75points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.75points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.bottom : NULL
## $ axis.title.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num 90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.75points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.y.left : NULL
## $ axis.title.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num -90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.75points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : chr "grey30"
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.2points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.2points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.bottom : NULL
## $ axis.text.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : num 8
## ..$ hjust : num 1
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.y.left : NULL
## $ axis.text.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.theta : NULL
## $ axis.text.r :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0.5
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.ticks : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.ticks.x : NULL
## $ axis.ticks.x.top : NULL
## $ axis.ticks.x.bottom : NULL
## $ axis.ticks.y : NULL
## $ axis.ticks.y.left : NULL
## $ axis.ticks.y.right : NULL
## $ axis.ticks.theta : NULL
## $ axis.ticks.r : NULL
## $ axis.minor.ticks.x.top : NULL
## $ axis.minor.ticks.x.bottom : NULL
## $ axis.minor.ticks.y.left : NULL
## $ axis.minor.ticks.y.right : NULL
## $ axis.minor.ticks.theta : NULL
## $ axis.minor.ticks.r : NULL
## $ axis.ticks.length : 'simpleUnit' num 2.75points
## ..- attr(*, "unit")= int 8
## $ axis.ticks.length.x : NULL
## $ axis.ticks.length.x.top : NULL
## $ axis.ticks.length.x.bottom : NULL
## $ axis.ticks.length.y : NULL
## $ axis.ticks.length.y.left : NULL
## $ axis.ticks.length.y.right : NULL
## $ axis.ticks.length.theta : NULL
## $ axis.ticks.length.r : NULL
## $ axis.minor.ticks.length : 'rel' num 0.75
## $ axis.minor.ticks.length.x : NULL
## $ axis.minor.ticks.length.x.top : NULL
## $ axis.minor.ticks.length.x.bottom: NULL
## $ axis.minor.ticks.length.y : NULL
## $ axis.minor.ticks.length.y.left : NULL
## $ axis.minor.ticks.length.y.right : NULL
## $ axis.minor.ticks.length.theta : NULL
## $ axis.minor.ticks.length.r : NULL
## $ axis.line : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.line.x : NULL
## $ axis.line.x.top : NULL
## $ axis.line.x.bottom : NULL
## $ axis.line.y : NULL
## $ axis.line.y.left : NULL
## $ axis.line.y.right : NULL
## $ axis.line.theta : NULL
## $ axis.line.r : NULL
## $ legend.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.margin : 'margin' num [1:4] 5.5points 5.5points 5.5points 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## $ legend.spacing.x : NULL
## $ legend.spacing.y : NULL
## $ legend.key : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.key.size : 'simpleUnit' num 1.2lines
## ..- attr(*, "unit")= int 3
## $ legend.key.height : NULL
## $ legend.key.width : NULL
## $ legend.key.spacing : 'simpleUnit' num 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.key.spacing.x : NULL
## $ legend.key.spacing.y : NULL
## $ legend.frame : NULL
## $ legend.ticks : NULL
## $ legend.ticks.length : 'rel' num 0.2
## $ legend.axis.line : NULL
## $ legend.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.text.position : NULL
## $ legend.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.title.position : NULL
## $ legend.position : chr "right"
## $ legend.position.inside : NULL
## $ legend.direction : NULL
## $ legend.byrow : NULL
## $ legend.justification : chr "center"
## $ legend.justification.top : NULL
## $ legend.justification.bottom : NULL
## $ legend.justification.left : NULL
## $ legend.justification.right : NULL
## $ legend.justification.inside : NULL
## $ legend.location : NULL
## $ legend.box : NULL
## $ legend.box.just : NULL
## $ legend.box.margin : 'margin' num [1:4] 0cm 0cm 0cm 0cm
## ..- attr(*, "unit")= int 1
## $ legend.box.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.box.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## [list output truncated]
## - attr(*, "class")= chr [1:2] "theme" "gg"
## - attr(*, "complete")= logi TRUE
## - attr(*, "validate")= logi TRUE
# Save the plot
ggsave("Figures/DADS/16S/Deseq2_incubation_barplot_dads_ASV.pdf", deseqplot2)
## Saving 7 x 5 in image
# Display the plot
print(deseqplot2)
# Merge the tables based on ASV
merged_table <- inner_join(dads.sig.dt, dads.wilcox.dt, by = "ASV")
# Select and rename columns in one step
final_table <- merged_table %>%
mutate(
deseq_pvalue = pvalue,
deseq_padj = padj,
wilcox_pvalue = P_Value,
wilcox_padj = Adjusted_P_Value,
Kingdom = Kingdom.x,
Phylum = Phylum.x,
Class = Class.x,
Order = Order.x,
Family = Family.x,
Genus = Genus.x,
Species = Species.x
) %>%
select(
ASV, log2FoldChange, deseq_pvalue, deseq_padj, wilcox_pvalue, wilcox_padj,
Kingdom, Phylum, Class, Order, Family, Genus, Species
)
# Save the final table as CSV
write.csv(final_table, "Results/DADS/16S/merged_deseq_incubation_wilcoxon_results.csv", row.names = FALSE)
print(paste("Number of ASVs in the final table:", nrow(final_table)))
## [1] "Number of ASVs in the final table: 0"
merged_plot <- ggplot(final_table, aes(y = reorder(ASV, log2FoldChange), x = log2FoldChange, fill = Genus)) +
geom_vline(xintercept = 0.0, color = "gray", size = 0.5, linetype = "dashed") +
geom_bar(stat = "identity", position = "dodge", width = 0.8) +
scale_fill_viridis(discrete = TRUE, option = "D") + # Color-blind friendly palette
#scale_x_continuous(breaks = pretty_breaks(n = 10)) + # Prettier x-axis breaks
labs(x = "Log2 Fold Change",
y = "ASV",
title = "Merged DESEQ2 and Wilcoxon Rank Sum Analyses-Treatment")
theme_minimal() +
theme(
axis.text.y = element_text(size = 8),
axis.title = element_text(face = "bold"),
legend.position = "right",
legend.title = element_text(face = "bold"),
plot.title = element_text(size = 16, face = "bold"),
plot.subtitle = element_text(size = 12),
panel.grid.major.y = element_blank(),
panel.grid.minor = element_blank()
)
## List of 136
## $ line :List of 6
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ lineend : chr "butt"
## ..$ arrow : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_line" "element"
## $ rect :List of 5
## ..$ fill : chr "white"
## ..$ colour : chr "black"
## ..$ linewidth : num 0.5
## ..$ linetype : num 1
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_rect" "element"
## $ text :List of 11
## ..$ family : chr ""
## ..$ face : chr "plain"
## ..$ colour : chr "black"
## ..$ size : num 11
## ..$ hjust : num 0.5
## ..$ vjust : num 0.5
## ..$ angle : num 0
## ..$ lineheight : num 0.9
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : logi FALSE
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ title : NULL
## $ aspect.ratio : NULL
## $ axis.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.75points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.75points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.x.bottom : NULL
## $ axis.title.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num 90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.75points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.title.y.left : NULL
## $ axis.title.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : num -90
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.75points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : chr "grey30"
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 1
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 2.2points 0points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.top :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : NULL
## ..$ vjust : num 0
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 2.2points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.x.bottom : NULL
## $ axis.text.y :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : num 8
## ..$ hjust : num 1
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 0points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.y.left : NULL
## $ axis.text.y.right :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 0points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.text.theta : NULL
## $ axis.text.r :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0.5
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : 'margin' num [1:4] 0points 2.2points 0points 2.2points
## .. ..- attr(*, "unit")= int 8
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ axis.ticks : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.ticks.x : NULL
## $ axis.ticks.x.top : NULL
## $ axis.ticks.x.bottom : NULL
## $ axis.ticks.y : NULL
## $ axis.ticks.y.left : NULL
## $ axis.ticks.y.right : NULL
## $ axis.ticks.theta : NULL
## $ axis.ticks.r : NULL
## $ axis.minor.ticks.x.top : NULL
## $ axis.minor.ticks.x.bottom : NULL
## $ axis.minor.ticks.y.left : NULL
## $ axis.minor.ticks.y.right : NULL
## $ axis.minor.ticks.theta : NULL
## $ axis.minor.ticks.r : NULL
## $ axis.ticks.length : 'simpleUnit' num 2.75points
## ..- attr(*, "unit")= int 8
## $ axis.ticks.length.x : NULL
## $ axis.ticks.length.x.top : NULL
## $ axis.ticks.length.x.bottom : NULL
## $ axis.ticks.length.y : NULL
## $ axis.ticks.length.y.left : NULL
## $ axis.ticks.length.y.right : NULL
## $ axis.ticks.length.theta : NULL
## $ axis.ticks.length.r : NULL
## $ axis.minor.ticks.length : 'rel' num 0.75
## $ axis.minor.ticks.length.x : NULL
## $ axis.minor.ticks.length.x.top : NULL
## $ axis.minor.ticks.length.x.bottom: NULL
## $ axis.minor.ticks.length.y : NULL
## $ axis.minor.ticks.length.y.left : NULL
## $ axis.minor.ticks.length.y.right : NULL
## $ axis.minor.ticks.length.theta : NULL
## $ axis.minor.ticks.length.r : NULL
## $ axis.line : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ axis.line.x : NULL
## $ axis.line.x.top : NULL
## $ axis.line.x.bottom : NULL
## $ axis.line.y : NULL
## $ axis.line.y.left : NULL
## $ axis.line.y.right : NULL
## $ axis.line.theta : NULL
## $ axis.line.r : NULL
## $ legend.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.margin : 'margin' num [1:4] 5.5points 5.5points 5.5points 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## $ legend.spacing.x : NULL
## $ legend.spacing.y : NULL
## $ legend.key : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.key.size : 'simpleUnit' num 1.2lines
## ..- attr(*, "unit")= int 3
## $ legend.key.height : NULL
## $ legend.key.width : NULL
## $ legend.key.spacing : 'simpleUnit' num 5.5points
## ..- attr(*, "unit")= int 8
## $ legend.key.spacing.x : NULL
## $ legend.key.spacing.y : NULL
## $ legend.frame : NULL
## $ legend.ticks : NULL
## $ legend.ticks.length : 'rel' num 0.2
## $ legend.axis.line : NULL
## $ legend.text :List of 11
## ..$ family : NULL
## ..$ face : NULL
## ..$ colour : NULL
## ..$ size : 'rel' num 0.8
## ..$ hjust : NULL
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi TRUE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.text.position : NULL
## $ legend.title :List of 11
## ..$ family : NULL
## ..$ face : chr "bold"
## ..$ colour : NULL
## ..$ size : NULL
## ..$ hjust : num 0
## ..$ vjust : NULL
## ..$ angle : NULL
## ..$ lineheight : NULL
## ..$ margin : NULL
## ..$ debug : NULL
## ..$ inherit.blank: logi FALSE
## ..- attr(*, "class")= chr [1:2] "element_text" "element"
## $ legend.title.position : NULL
## $ legend.position : chr "right"
## $ legend.position.inside : NULL
## $ legend.direction : NULL
## $ legend.byrow : NULL
## $ legend.justification : chr "center"
## $ legend.justification.top : NULL
## $ legend.justification.bottom : NULL
## $ legend.justification.left : NULL
## $ legend.justification.right : NULL
## $ legend.justification.inside : NULL
## $ legend.location : NULL
## $ legend.box : NULL
## $ legend.box.just : NULL
## $ legend.box.margin : 'margin' num [1:4] 0cm 0cm 0cm 0cm
## ..- attr(*, "unit")= int 1
## $ legend.box.background : list()
## ..- attr(*, "class")= chr [1:2] "element_blank" "element"
## $ legend.box.spacing : 'simpleUnit' num 11points
## ..- attr(*, "unit")= int 8
## [list output truncated]
## - attr(*, "class")= chr [1:2] "theme" "gg"
## - attr(*, "complete")= logi TRUE
## - attr(*, "validate")= logi TRUE
# Save the plot
ggsave("Figures/DADS/16S/Deseq_merged_incubation_barplot_dads_ASV.pdf", merged_plot)
## Saving 7 x 5 in image
# Display the plot
print(merged_plot)
remove_boot_columns <- function(x) {
x <- x[, !grepl("boot", colnames(x))]
return(x)
}
dads_5asv_tax <- tax_table(dads_5asv.ps) %>%
as.data.frame() %>%
remove_boot_columns() %>%
as.matrix() %>%
tax_table()
tax_table(dads_5asv.ps) <- dads_5asv_tax
obj_16S<-parse_phyloseq(dads_5asv.ps)
## The following 2314 of 2403 (96.3%) input indexes have `NA` in their classifications:
## 1, 2, 3, 4, 5, 6, 7 ... 2397, 2398, 2399, 2400, 2401, 2402, 2403
obj_16S_rarefy <-parse_phyloseq(rarefied.ps)
## The following 2308 of 2397 (96.3%) input indexes have `NA` in their classifications:
## 1, 2, 3, 4, 5, 6, 7 ... 2391, 2392, 2393, 2394, 2395, 2396, 2397
obj_16S$data$tax_abund <- calc_taxon_abund(obj_16S, data = "otu_table", cols = obj_16S$data$sample_data$sample_id)
## Summing per-taxon counts from 24 columns for 733 taxa
obj_16S_rarefy$data$tax_abund <- calc_taxon_abund(obj_16S_rarefy , data = "otu_table", cols = obj_16S_rarefy$data$sample_data$sample_id)
## Summing per-taxon counts from 24 columns for 733 taxa
obj_16S$data$abund_prop <- calc_obs_props(obj_16S, data = "otu_table", cols = obj_16S$data$sample_data$sample_id)
## Calculating proportions from counts for 24 columns for 2403 observations.
obj_16S$data$tax_prop <- calc_taxon_abund(obj_16S, data = "abund_prop", cols = obj_16S$data$sample_data$sample_id)
## Summing per-taxon counts from 24 columns for 733 taxa
obj_16S$data$tax_prop$all_samples <- rowMeans(obj_16S$data$tax_prop[,obj_16S$data$sample_data$sample_id])
set.seed(1)
obj_16S$data$diff_table <- metacoder::compare_groups(obj_16S,
data = "tax_abund",
cols = obj_16S$data$sample_data$sample_id, # What columns of sample data to
groups = obj_16S$data$sample_data$Treatment) # What category each sample is assigned to
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
obj_16S <- mutate_obs(obj_16S, "diff_table",
wilcox_p_value = p.adjust(wilcox_p_value, method = "fdr"))
obj_16S$data$diff_table$log2_median_ratio[obj_16S$data$diff_table$wilcox_p_value > 0.05] <- 0
range(obj_16S$data$diff_table$wilcox_p_value, finite = TRUE)
## [1] 2.46422e-05 1.00000e+00
range(obj_16S$data$diff_table$log2_median_ratio, finite = TRUE)
## [1] -4.102811 4.671195
obj_16S<- metacoder::filter_taxa(obj_16S, taxon_names != "None", reassign_obs = FALSE)
obj_16S <- metacoder::filter_taxa(obj_16S, taxon_names != "", reassign_obs = FALSE)
obj_16S <- metacoder::filter_taxa(obj_16S, taxon_names != "NA", reassign_obs = FALSE)
obj_16S %>%
metacoder::filter_taxa(taxon_ranks == "Species", supertaxa = TRUE, reassign_obs = FALSE) %>%
heat_tree_matrix(data = "diff_table",
node_label = taxon_names,
node_size = n_obs, # number of OTUs
node_color = log2_median_ratio, # difference between groups
node_color_trans = "linear",
node_color_interval = c(-5, 5), # symmetric interval
edge_color_interval = c(-5, 5), # symmetric interval
node_color_range = diverging_palette(), # diverging colors
node_size_axis_label = "ASV count",
node_color_axis_label = "Log 2 ratio of median counts",
layout = "da", initial_layout = "re",
key_size = 0.67,
output_file = "Figures/DADS/16S/diff_abundance_heattree_Wilcoxonranksum_dads_16S_fdr.pdf")
set.seed(1)
obj_16S_rarefy$data$diff_table <- metacoder::compare_groups(obj_16S_rarefy,
data = "tax_abund",
cols = obj_16S_rarefy$data$sample_data$sample_id, # What columns of sample data to
groups = obj_16S_rarefy$data$sample_data$Treatment) # What category each sample is assigned to
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
obj_16S_rarefy <- mutate_obs(obj_16S_rarefy, "diff_table",
wilcox_p_value = p.adjust(wilcox_p_value, method = "fdr"))
obj_16S_rarefy$data$diff_table$log2_median_ratio[obj_16S_rarefy$data$diff_table$wilcox_p_value > 0.05] <- 0
range(obj_16S_rarefy$data$diff_table$wilcox_p_value, finite = TRUE)
## [1] 1.69184e-05 1.00000e+00
range(obj_16S_rarefy$data$diff_table$log2_median_ratio, finite = TRUE)
## [1] -4.560715 4.554589
obj_16S_rarefy<- metacoder::filter_taxa(obj_16S_rarefy, taxon_names != "None", reassign_obs = FALSE)
obj_16S_rarefy <- metacoder::filter_taxa(obj_16S_rarefy, taxon_names != "", reassign_obs = FALSE)
obj_16S_rarefy <- metacoder::filter_taxa(obj_16S_rarefy, taxon_names != "NA", reassign_obs = FALSE)
obj_16S_rarefy %>%
metacoder::filter_taxa(taxon_ranks == "Species", supertaxa = TRUE, reassign_obs = FALSE) %>%
heat_tree_matrix(data = "diff_table",
node_label = taxon_names,
node_size = n_obs, # number of OTUs
node_color = log2_median_ratio, # difference between groups
node_color_trans = "linear",
node_color_interval = c(-5.5, 5.5), # symmetric interval
edge_color_interval = c(-5.5, 5.5), # symmetric interval
node_color_range = diverging_palette(), # diverging colors
node_size_axis_label = "Mean read proportion",
node_color_axis_label = "Log 2 ratio of median counts",
layout = "da", initial_layout = "re",
key_size = 0.67,
output_file = "Figures/DADS/16S/diff_abundance_heattree_Wilcoxonranksum__rarefy_dads_16S_fdr.pdf")
set.seed(1)
obj_16S$data$diff_table <- metacoder::compare_groups(obj_16S,
data = "tax_prop",
cols = obj_16S$data$sample_data$sample_id, # What columns of sample data to
groups = obj_16S$data$sample_data$Treatment) # What category each sample is assigned to
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
## Warning in wilcox.test.default(abund_1, abund_2): cannot compute exact p-value
## with ties
obj_16S <- mutate_obs(obj_16S, "diff_table",
wilcox_p_value = p.adjust(wilcox_p_value, method = "fdr"))
obj_16S$data$diff_table$log2_median_ratio[obj_16S$data$diff_table$wilcox_p_value > 0.05] <- 0
range(obj_16S$data$diff_table$wilcox_p_value, finite = TRUE)
## [1] 6.522758e-06 1.000000e+00
range(obj_16S$data$diff_table$log2_median_ratio, finite = TRUE)
## [1] -4.782184 4.241502
obj_16S<- metacoder::filter_taxa(obj_16S, taxon_names != "None", reassign_obs = FALSE)
obj_16S <- metacoder::filter_taxa(obj_16S, taxon_names != "", reassign_obs = FALSE)
obj_16S <- metacoder::filter_taxa(obj_16S, taxon_names != "NA", reassign_obs = FALSE)
obj_16S %>%
metacoder::filter_taxa(taxon_ranks == "Species", supertaxa = TRUE, reassign_obs = FALSE) %>%
heat_tree_matrix(data = "diff_table",
node_label = taxon_names,
node_size = all_samples, # number of OTUs
node_color = log2_median_ratio, # difference between groups
node_color_trans = "linear",
node_color_interval = c(-5, 5), # symmetric interval
edge_color_interval = c(-5, 5), # symmetric interval
node_color_range = diverging_palette(), # diverging colors
node_size_axis_label = "Mean read proportion",
node_color_axis_label = "Log 2 ratio of median counts",
layout = "da", initial_layout = "re",
key_size = 0.67,
output_file = "Figures/DADS/16S/diff_abundance_heattree_Wilcoxonranksum_relabundance_dads_16S_fdr.pdf")
set.seed(1)
obj_16S$data$diff_table_deseq <- metacoder::calc_diff_abund_deseq2(obj_16S,
data = "tax_abund",
cols = obj_16S$data$sample_data$sample_id, # What columns of sample data to
groups = obj_16S$data$sample_data$Treatment) # What category each sample is assigned to
## converting counts to integer mode
## Warning in DESeqDataSet(se, design = design, ignoreRank): some variables in
## design formula are characters, converting to factors
## estimating size factors
## estimating dispersions
## gene-wise dispersion estimates
## mean-dispersion relationship
## final dispersion estimates
## fitting model and testing
## -- replacing outliers and refitting for 64 genes
## -- DESeq argument 'minReplicatesForReplace' = 7
## -- original counts are preserved in counts(dds)
## estimating dispersions
## fitting model and testing
obj_16S$data$diff_table_deseq$log2FoldChange[obj_16S$data$diff_table_deseq$padj > 0.05] <- 0
range(obj_16S$obj_16S$data$diff_table_deseq$padj, finite = TRUE)
## Warning in min(x, na.rm = na.rm): no non-missing arguments to min; returning
## Inf
## Warning in max(x, na.rm = na.rm): no non-missing arguments to max; returning
## -Inf
## [1] Inf -Inf
range(obj_16S$data$diff_table_deseq$log2FoldChange, finite = TRUE)
## [1] -10.24546 10.28304
obj_16S<- metacoder::filter_taxa(obj_16S, taxon_names != "None", reassign_obs = FALSE)
obj_16S <- metacoder::filter_taxa(obj_16S, taxon_names != "", reassign_obs = FALSE)
obj_16S <- metacoder::filter_taxa(obj_16S, taxon_names != "NA", reassign_obs = FALSE)
obj_16S %>%
metacoder::filter_taxa(taxon_ranks == "Species", supertaxa = TRUE, reassign_obs = FALSE) %>%
heat_tree_matrix(data = "diff_table_deseq",
node_label = taxon_names,
node_size = n_obs, # number of OTUs
node_color = log2FoldChange, # difference between groups
node_color_trans = "linear",
node_color_interval = c(-10.5, 10.5), # symmetric interval
edge_color_interval = c(-10.5, 10.5), # symmetric interval
node_color_range = diverging_palette(), # diverging colors
node_size_axis_label = "ASV count",
node_color_axis_label = "Log 2 Fold Change",
layout = "da", initial_layout = "re",
key_size = 0.4,
output_file = "Figures/DADS/16S/diff_abundance_heattree_deseq_dads_16S.pdf") # The layout algorithm that initializes node locations
sessioninfo::session_info()
## ─ Session info ───────────────────────────────────────────────────────────────
## setting value
## version R version 4.1.2 (2021-11-01)
## os Pop!_OS 22.04 LTS
## system x86_64, linux-gnu
## ui X11
## language (EN)
## collate en_US.UTF-8
## ctype en_US.UTF-8
## tz America/Los_Angeles
## date 2024-09-13
## pandoc 3.1.1 @ /usr/lib/rstudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown)
##
## ─ Packages ───────────────────────────────────────────────────────────────────
## package * version date (UTC) lib source
## ade4 1.7-22 2023-02-06 [1] CRAN (R 4.1.2)
## agricolae * 1.3-7 2023-10-22 [1] CRAN (R 4.1.2)
## AlgDesign 1.2.1 2022-05-25 [1] CRAN (R 4.1.2)
## annotate 1.72.0 2021-10-26 [1] Bioconductor
## AnnotationDbi 1.56.2 2021-11-09 [1] Bioconductor
## ape 5.8 2024-04-11 [1] CRAN (R 4.1.2)
## beeswarm 0.4.0 2021-06-01 [1] CRAN (R 4.1.2)
## Biobase * 2.54.0 2021-10-26 [1] Bioconductor
## BiocGenerics * 0.40.0 2021-10-26 [1] Bioconductor
## BiocParallel 1.28.3 2021-12-09 [1] Bioconductor
## biomformat 1.22.0 2021-10-26 [1] Bioconductor
## Biostrings * 2.62.0 2021-10-26 [1] Bioconductor
## bit 4.0.5 2022-11-15 [1] CRAN (R 4.1.2)
## bit64 4.0.5 2020-08-30 [3] CRAN (R 4.0.2)
## bitops 1.0-7 2021-04-24 [3] CRAN (R 4.1.1)
## blob 1.2.2 2021-07-23 [3] CRAN (R 4.1.1)
## bslib 0.8.0 2024-07-29 [1] CRAN (R 4.1.2)
## cachem 1.1.0 2024-05-16 [1] CRAN (R 4.1.2)
## cli 3.6.3 2024-06-21 [1] CRAN (R 4.1.2)
## cluster 2.1.2 2021-04-17 [4] CRAN (R 4.1.1)
## codetools 0.2-18 2020-11-04 [4] CRAN (R 4.0.3)
## colorspace 2.1-1 2024-07-26 [1] CRAN (R 4.1.2)
## cowplot * 1.1.3 2024-01-22 [1] CRAN (R 4.1.2)
## crayon 1.5.3 2024-06-20 [1] CRAN (R 4.1.2)
## data.table * 1.15.4 2024-03-30 [1] CRAN (R 4.1.2)
## DBI 1.2.3 2024-06-02 [1] CRAN (R 4.1.2)
## DelayedArray 0.20.0 2021-10-26 [1] Bioconductor
## DESeq2 * 1.34.0 2021-10-26 [1] Bioconductor
## digest 0.6.36 2024-06-23 [1] CRAN (R 4.1.2)
## doParallel * 1.0.17 2022-02-07 [1] CRAN (R 4.1.2)
## dplyr * 1.1.4 2023-11-17 [1] CRAN (R 4.1.2)
## evaluate 0.24.0 2024-06-10 [1] CRAN (R 4.1.2)
## fansi 1.0.6 2023-12-08 [1] CRAN (R 4.1.2)
## farver 2.1.2 2024-05-13 [1] CRAN (R 4.1.2)
## fastmap 1.2.0 2024-05-15 [1] CRAN (R 4.1.2)
## foreach * 1.5.2 2022-02-02 [3] CRAN (R 4.1.2)
## furrr * 0.3.1 2022-08-15 [1] CRAN (R 4.1.2)
## future * 1.34.0 2024-07-29 [1] CRAN (R 4.1.2)
## GA 3.2.4 2024-01-28 [1] CRAN (R 4.1.2)
## genefilter 1.76.0 2021-10-26 [1] Bioconductor
## geneplotter 1.72.0 2021-10-26 [1] Bioconductor
## generics 0.1.3 2022-07-05 [1] CRAN (R 4.1.2)
## GenomeInfoDb * 1.30.1 2022-01-30 [1] Bioconductor
## GenomeInfoDbData 1.2.7 2024-01-20 [1] Bioconductor
## GenomicRanges * 1.46.1 2021-11-18 [1] Bioconductor
## ggbeeswarm * 0.7.2 2023-04-29 [1] CRAN (R 4.1.2)
## ggfittext 0.10.2 2024-02-01 [1] CRAN (R 4.1.2)
## ggplot2 * 3.5.1 2024-04-23 [1] CRAN (R 4.1.2)
## globals 0.16.3 2024-03-08 [1] CRAN (R 4.1.2)
## glue 1.7.0 2024-01-09 [1] CRAN (R 4.1.2)
## gridExtra 2.3 2017-09-09 [3] CRAN (R 4.0.1)
## gtable 0.3.5 2024-04-22 [1] CRAN (R 4.1.2)
## highr 0.11 2024-05-26 [1] CRAN (R 4.1.2)
## hms 1.1.3 2023-03-21 [1] CRAN (R 4.1.2)
## htmltools 0.5.8.1 2024-04-04 [1] CRAN (R 4.1.2)
## httr 1.4.7 2023-08-15 [1] CRAN (R 4.1.2)
## igraph 2.0.3 2024-03-13 [1] CRAN (R 4.1.2)
## IRanges * 2.28.0 2021-10-26 [1] Bioconductor
## iterators * 1.0.14 2022-02-05 [3] CRAN (R 4.1.2)
## jquerylib 0.1.4 2021-04-26 [1] CRAN (R 4.1.2)
## jsonlite 1.8.8 2023-12-04 [1] CRAN (R 4.1.2)
## KEGGREST 1.34.0 2021-10-26 [1] Bioconductor
## knitr 1.48 2024-07-07 [1] CRAN (R 4.1.2)
## labeling 0.4.3 2023-08-29 [1] CRAN (R 4.1.2)
## lattice * 0.20-45 2021-09-22 [4] CRAN (R 4.1.1)
## lazyeval 0.2.2 2019-03-15 [3] CRAN (R 4.0.1)
## lifecycle 1.0.4 2023-11-07 [1] CRAN (R 4.1.2)
## listenv 0.9.1 2024-01-29 [1] CRAN (R 4.1.2)
## locfit 1.5-9.10 2024-06-24 [1] CRAN (R 4.1.2)
## magrittr * 2.0.3 2022-03-30 [1] CRAN (R 4.1.2)
## MASS 7.3-55 2022-01-13 [4] CRAN (R 4.1.2)
## Matrix 1.4-0 2021-12-08 [4] CRAN (R 4.1.2)
## MatrixGenerics * 1.6.0 2021-10-26 [1] Bioconductor
## matrixStats * 1.3.0 2024-04-11 [1] CRAN (R 4.1.2)
## memoise 2.0.1 2021-11-26 [1] CRAN (R 4.1.2)
## metacoder * 0.3.7 2024-02-20 [1] CRAN (R 4.1.2)
## mgcv 1.8-39 2022-02-24 [4] CRAN (R 4.1.2)
## multtest 2.50.0 2021-10-26 [1] Bioconductor
## munsell 0.5.1 2024-04-01 [1] CRAN (R 4.1.2)
## nlme 3.1-155 2022-01-13 [4] CRAN (R 4.1.2)
## parallelly 1.38.0 2024-07-27 [1] CRAN (R 4.1.2)
## permute * 0.9-7 2022-01-27 [1] CRAN (R 4.1.2)
## phyloseq * 1.46.0 2024-01-20 [1] bioc_xgit (@7320133)
## pillar 1.9.0 2023-03-22 [1] CRAN (R 4.1.2)
## pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.1.2)
## plyr 1.8.9 2023-10-02 [1] CRAN (R 4.1.2)
## png 0.1-8 2022-11-29 [1] CRAN (R 4.1.2)
## purrr * 1.0.2 2023-08-10 [1] CRAN (R 4.1.2)
## R6 2.5.1 2021-08-19 [1] CRAN (R 4.1.2)
## ragg 1.2.1 2021-12-06 [3] CRAN (R 4.1.2)
## RColorBrewer 1.1-3 2022-04-03 [1] CRAN (R 4.1.2)
## Rcpp 1.0.13 2024-07-17 [1] CRAN (R 4.1.2)
## RCurl 1.98-1.16 2024-07-11 [1] CRAN (R 4.1.2)
## readr * 2.1.5 2024-01-10 [1] CRAN (R 4.1.2)
## reshape2 1.4.4 2020-04-09 [3] CRAN (R 4.0.1)
## rhdf5 2.38.1 2022-03-10 [1] Bioconductor
## rhdf5filters 1.6.0 2021-10-26 [1] Bioconductor
## Rhdf5lib 1.16.0 2021-10-26 [1] Bioconductor
## rlang 1.1.4 2024-06-04 [1] CRAN (R 4.1.2)
## rmarkdown 2.27 2024-05-17 [1] CRAN (R 4.1.2)
## RSQLite 2.2.9 2021-12-06 [3] CRAN (R 4.1.2)
## rstudioapi 0.16.0 2024-03-24 [1] CRAN (R 4.1.2)
## S4Vectors * 0.32.4 2022-03-24 [1] Bioconductor
## sass 0.4.9 2024-03-15 [1] CRAN (R 4.1.2)
## scales 1.3.0 2023-11-28 [1] CRAN (R 4.1.2)
## sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.1.2)
## stringi 1.8.4 2024-05-06 [1] CRAN (R 4.1.2)
## stringr * 1.5.1 2023-11-14 [1] CRAN (R 4.1.2)
## SummarizedExperiment * 1.24.0 2021-10-26 [1] Bioconductor
## survival 3.2-13 2021-08-24 [4] CRAN (R 4.1.1)
## systemfonts 1.0.4 2022-02-11 [3] CRAN (R 4.1.2)
## textshaping 0.3.6 2021-10-13 [3] CRAN (R 4.1.1)
## tibble 3.2.1 2023-03-20 [1] CRAN (R 4.1.2)
## tidyselect 1.2.1 2024-03-11 [1] CRAN (R 4.1.2)
## tzdb 0.4.0 2023-05-12 [1] CRAN (R 4.1.2)
## utf8 1.2.4 2023-10-22 [1] CRAN (R 4.1.2)
## vctrs 0.6.5 2023-12-01 [1] CRAN (R 4.1.2)
## vegan * 2.6-6.1 2024-05-21 [1] CRAN (R 4.1.2)
## vipor 0.4.7 2023-12-18 [1] CRAN (R 4.1.2)
## viridis * 0.6.5 2024-01-29 [1] CRAN (R 4.1.2)
## viridisLite * 0.4.2 2023-05-02 [1] CRAN (R 4.1.2)
## withr 3.0.1 2024-07-31 [1] CRAN (R 4.1.2)
## xfun 0.46 2024-07-18 [1] CRAN (R 4.1.2)
## XML 3.99-0.17 2024-06-25 [1] CRAN (R 4.1.2)
## xtable 1.8-4 2019-04-21 [1] CRAN (R 4.1.2)
## XVector * 0.34.0 2021-10-26 [1] Bioconductor
## yaml 2.3.10 2024-07-26 [1] CRAN (R 4.1.2)
## zlibbioc 1.40.0 2021-10-26 [1] Bioconductor
##
## [1] /home/marthasudermann/R/x86_64-pc-linux-gnu-library/4.1
## [2] /usr/local/lib/R/site-library
## [3] /usr/lib/R/site-library
## [4] /usr/lib/R/library
##
## ──────────────────────────────────────────────────────────────────────────────